Documentation ¶ Index ¶ type Hello func (h Hello) Call(_ context.Context, args ...interface{}) (string, error) func (h Hello) Deinit(_ context.Context) error func (h Hello) Description(_ context.Context) string func (h Hello) Init(_ context.Context) error func (h Hello) Name(_ context.Context) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Hello ¶ type Hello struct{} func (Hello) Call ¶ func (h Hello) Call(_ context.Context, args ...interface{}) (string, error) func (Hello) Deinit ¶ added in v0.5.0 func (h Hello) Deinit(_ context.Context) error func (Hello) Description ¶ func (h Hello) Description(_ context.Context) string func (Hello) Init ¶ added in v0.5.0 func (h Hello) Init(_ context.Context) error func (Hello) Name ¶ func (h Hello) Name(_ context.Context) string Source Files ¶ View all Source files hello.go Click to show internal directories. Click to hide internal directories.