Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSourceHandler ¶
func RegisterSourceHandler(s server.Server, hdlr SourceHandler, opts ...server.HandlerOption) error
Types ¶
type SourceHandler ¶
type SourceService ¶
type SourceService interface {
Read(ctx context.Context, in *ReadRequest, opts ...client.CallOption) (*ReadResponse, error)
Watch(ctx context.Context, in *WatchRequest, opts ...client.CallOption) (Source_WatchService, error)
}
func NewSourceService ¶
func NewSourceService(name string, c client.Client) SourceService
type Source_WatchService ¶
Click to show internal directories.
Click to hide internal directories.