api

package
v0.0.0-...-2897420 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package api is a generated protocol buffer package.

It is generated from these files:

github.com/jinbanglin/examples/form/api/proto/api.proto

It has these top-level messages:

Package api is a generated protocol buffer package.

It is generated from these files:

github.com/jinbanglin/examples/form/api/proto/api.proto

It has these top-level messages:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterFormHandler

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

func RegisterFormServer

func RegisterFormServer(s *grpc.Server, srv FormServer)

Types

type FormClient

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

func NewFormClient

func NewFormClient(cc *grpc.ClientConn) FormClient

type FormHandler

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

type FormServer

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

type FormService

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

func NewFormService

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

Jump to

Keyboard shortcuts

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