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 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.