Documentation ¶
Index ¶
- type Codec
- type EventLog
- type MissingCodecError
- type Service
- func (s *Service) ListInputBindings(_ context.Context, _ *emptypb.Empty) (*pb.ListInputBindingsResponse, error)
- func (s *Service) ListTopicSubscriptions(context.Context, *emptypb.Empty) (*pb.ListTopicSubscriptionsResponse, error)
- func (s *Service) OnBindingEvent(ctx context.Context, request *pb.BindingEventRequest) (*pb.BindingEventResponse, error)
- func (s *Service) RegisterCodec(c Codec)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MissingCodecError ¶
type MissingCodecError struct {
Aggregate string
}
func (*MissingCodecError) Error ¶
func (m *MissingCodecError) Error() string
type Service ¶
type Service struct { pb.UnimplementedAppCallbackServer // contains filtered or unexported fields }
func NewService ¶
func (*Service) ListInputBindings ¶
func (*Service) ListTopicSubscriptions ¶
func (*Service) OnBindingEvent ¶
func (s *Service) OnBindingEvent(ctx context.Context, request *pb.BindingEventRequest) (*pb.BindingEventResponse, error)
func (*Service) RegisterCodec ¶
Click to show internal directories.
Click to hide internal directories.