api

package
v0.0.0-...-bf4ab67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterFormHandler

func RegisterFormHandler(s server.Server, hdlr FormHandler, opts ...server.HandlerOption) error

Types

type FormHandler

type FormHandler interface {
	// regular form
	Submit(context.Context, *proto1.Request, *proto1.Response) error
	// multipart form
	Multipart(context.Context, *proto1.Request, *proto1.Response) error
}

type FormService

type FormService interface {
	// regular form
	Submit(ctx context.Context, in *proto1.Request, opts ...client.CallOption) (*proto1.Response, error)
	// multipart form
	Multipart(ctx context.Context, in *proto1.Request, opts ...client.CallOption) (*proto1.Response, error)
}

func NewFormService

func NewFormService(name string, c client.Client) FormService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL