service

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base added in v1.0.9

type Base interface {
	CloseDb() error
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL