Documentation ¶
Index ¶
Constants ¶
View Source
const ( DialKeepAlive = 3 * time.Second DialTimeout = 3 * time.Second )
View Source
const ( EventDel = "DELETE" EventPut = "PUT" )
View Source
const (
TTLDuration = 30 * time.Second
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CACert string CertFile string DialKeepAlive time.Duration DialOptions []grpc.DialOption DialTimeout time.Duration KeyFile string Password string Username string }
func DefaultConfig ¶
func DefaultConfig() *Config
Click to show internal directories.
Click to hide internal directories.