Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthResponse ¶
type AuthResponse struct {
Message string
}
type CreateTableResponse ¶
type CreateTableResponse struct {
Message string
}
type GetResponse ¶
type GetResponse struct { Key string Value interface{} }
type InsertTableResponse ¶
type InsertTableResponse struct {
Message string
}
type KeysResponse ¶
type KeysResponse struct {
Keys []string
}
type MsgPackRootMessage ¶
type MsgPackRootMessage struct { Message string Error error AuthResponse *AuthResponse SelectResponse *SelectResponse GetResponse *GetResponse SetResponse *SetResponse KeysResponse *KeysResponse CreateTableResponse *CreateTableResponse InsertTableResponse *InsertTableResponse SelectTableResponse *SelectTableResponse }
type SelectResponse ¶
type SelectResponse struct {
SelectedDatabase string
}
type SelectTableResponse ¶
type SetResponse ¶
type SetResponse struct {
Message string
}
Click to show internal directories.
Click to hide internal directories.