Versions in this module Expand all Collapse all v1 v1.0.1 Jan 31, 2021 v1.0.0 Jan 31, 2021 Changes in this version + var File_example_proto protoreflect.FileDescriptor + type Client interface + Do func(context.Context, *DoRequest, ...awsreq.Option) (*DoResponse, error) + func NewClient(i invoker.LambdaInvoker, arn string, unmarshaler func(json.RawMessage) error) Client + type DoRequest struct + Id string + func (*DoRequest) Descriptor() ([]byte, []int) + func (*DoRequest) ProtoMessage() + func (x *DoRequest) GetId() string + func (x *DoRequest) ProtoReflect() protoreflect.Message + func (x *DoRequest) Reset() + func (x *DoRequest) String() string + type DoResponse struct + Success bool + func (*DoResponse) Descriptor() ([]byte, []int) + func (*DoResponse) ProtoMessage() + func (x *DoResponse) GetSuccess() bool + func (x *DoResponse) ProtoReflect() protoreflect.Message + func (x *DoResponse) Reset() + func (x *DoResponse) String() string + type Handler interface + Do func(context.Context, *DoRequest) (*DoResponse, error) + type Router struct + func NewRouter(handler Handler, marshaler func(error) (json.RawMessage, error)) *Router