Current section
Files
Jump to
Current section
Files
lib/immudb/schemas/socket.ex
defmodule Immudb.Socket do
@type t :: %__MODULE__{channel: GRPC.Channel.t(), token: String.t()}
defstruct channel: nil, token: nil
end