Versions in this module Expand all Collapse all v0 v0.2.0 Jul 12, 2019 v0.1.0 Jan 30, 2019 Changes in this version + func RegisterFormHandler(s server.Server, hdlr FormHandler, opts ...server.HandlerOption) + func RegisterFormServer(s *grpc.Server, srv FormServer) + type FormClient interface + Multipart func(ctx context.Context, in *go_api.Request, opts ...grpc.CallOption) (*go_api.Response, error) + Submit func(ctx context.Context, in *go_api.Request, opts ...grpc.CallOption) (*go_api.Response, error) + func NewFormClient(cc *grpc.ClientConn) FormClient + type FormHandler interface + Multipart func(context.Context, *go_api.Request, *go_api.Response) error + Submit func(context.Context, *go_api.Request, *go_api.Response) error + type FormServer interface + Multipart func(context.Context, *go_api.Request) (*go_api.Response, error) + Submit func(context.Context, *go_api.Request) (*go_api.Response, error) + type FormService interface + Multipart func(ctx context.Context, in *go_api.Request, opts ...client.CallOption) (*go_api.Response, error) + Submit func(ctx context.Context, in *go_api.Request, opts ...client.CallOption) (*go_api.Response, error) + func NewFormService(serviceName string, c client.Client) FormService