Documentation ¶
Index ¶
- func NewHelloWorld() hello.HelloService
- type HelloWorld
- func (hw *HelloWorld) ApplyConfig(ctx context.Context, metadata map[string]string) (err error)
- func (hw *HelloWorld) Hello(ctx context.Context, req *hello.HelloRequest) (*hello.HelloResponse, error)
- func (hw *HelloWorld) Init(config *hello.HelloConfig) error
- func (hw *HelloWorld) SetConfigStore(cs configstores.Store) (err error)
- func (hw *HelloWorld) SetSecretStore(ss secretstores.SecretStore) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHelloWorld ¶
func NewHelloWorld() hello.HelloService
Types ¶
type HelloWorld ¶
func (*HelloWorld) ApplyConfig ¶
func (*HelloWorld) Hello ¶
func (hw *HelloWorld) Hello(ctx context.Context, req *hello.HelloRequest) (*hello.HelloResponse, error)
func (*HelloWorld) Init ¶
func (hw *HelloWorld) Init(config *hello.HelloConfig) error
func (*HelloWorld) SetConfigStore ¶
func (hw *HelloWorld) SetConfigStore(cs configstores.Store) (err error)
func (*HelloWorld) SetSecretStore ¶
func (hw *HelloWorld) SetSecretStore(ss secretstores.SecretStore) (err error)
Click to show internal directories.
Click to hide internal directories.