Documentation ¶
Overview ¶
Package service manages the main logic of server.
Package service manages the main logic of server.
Package service manages the main logic of server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cassandra ¶
type Cassandra interface { Connect(context.Context) error Close(context.Context) error Get(string) (string, error) GetMultiple(...string) ([]string, error) GetInverse(string) (string, error) GetInverseMultiple(...string) ([]string, error) Set(string, string) error SetMultiple(map[string]string) error Delete(string) (string, error) DeleteMultiple(...string) ([]string, error) DeleteInverse(string) (string, error) DeleteInverseMultiple(...string) ([]string, error) }
Click to show internal directories.
Click to hide internal directories.