Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashService ¶ added in v1.0.9
type HashService interface {
Base
ghash.GHashServiceServer
}
func NewHashService ¶ added in v1.0.9
func NewHashService(options config.Options) (HashService, error)
type ListService ¶ added in v1.0.10
type ListService interface {
Base
glist.GListServiceServer
}
func NewListService ¶ added in v1.0.10
func NewListService(options config.Options) (ListService, error)
type SetService ¶ added in v1.0.13
type SetService interface {
Base
gset.GSetServiceServer
}
func NewSetService ¶ added in v1.0.13
func NewSetService(options config.Options) (SetService, error)
type StringService ¶ added in v1.0.9
type StringService interface {
Base
gstring.GStringServiceServer
}
func NewStringService ¶ added in v1.0.9
func NewStringService(options config.Options) (StringService, error)
Click to show internal directories.
Click to hide internal directories.