Documentation ¶
Index ¶
- Constants
- func CreateConnection() (*tls.Conn, error)
- func Del(conn net.Conn, cmd *cobra.Command, args []string) error
- func Execute()
- func Export(conn net.Conn, cmd *cobra.Command) ([]byte, error)
- func Get(conn net.Conn, cmd *cobra.Command, args []string) ([]byte, error)
- func Import(conn net.Conn, cmd *cobra.Command, args []string) error
- func Set(conn net.Conn, cmd *cobra.Command, args []string) error
Constants ¶
View Source
const ( MESSAGE_SIZE = 772 EOT = '\u0004' // End-Of-Trasmission character DELETE = "del" GET = "get" SET = "set" EXPORT = "exp" IMPORT = "imp" )
Variables ¶
This section is empty.
Functions ¶
func CreateConnection ¶
Create connection with remote server
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.