match

package
v0.0.0-...-35d729d Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2019 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMatchServer

func RegisterMatchServer(s *grpc.Server, srv MatchServer)

Types

type GetMatchAccountByIDRequest

type GetMatchAccountByIDRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMatchAccountByIDRequest) Descriptor

func (*GetMatchAccountByIDRequest) Descriptor() ([]byte, []int)

func (*GetMatchAccountByIDRequest) GetId

func (*GetMatchAccountByIDRequest) ProtoMessage

func (*GetMatchAccountByIDRequest) ProtoMessage()

func (*GetMatchAccountByIDRequest) Reset

func (m *GetMatchAccountByIDRequest) Reset()

func (*GetMatchAccountByIDRequest) String

func (m *GetMatchAccountByIDRequest) String() string

func (*GetMatchAccountByIDRequest) XXX_DiscardUnknown

func (m *GetMatchAccountByIDRequest) XXX_DiscardUnknown()

func (*GetMatchAccountByIDRequest) XXX_Marshal

func (m *GetMatchAccountByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMatchAccountByIDRequest) XXX_Merge

func (m *GetMatchAccountByIDRequest) XXX_Merge(src proto.Message)

func (*GetMatchAccountByIDRequest) XXX_Size

func (m *GetMatchAccountByIDRequest) XXX_Size() int

func (*GetMatchAccountByIDRequest) XXX_Unmarshal

func (m *GetMatchAccountByIDRequest) XXX_Unmarshal(b []byte) error

type GetMatchAccountByIDResponse

type GetMatchAccountByIDResponse struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMatchAccountByIDResponse) Descriptor

func (*GetMatchAccountByIDResponse) Descriptor() ([]byte, []int)

func (*GetMatchAccountByIDResponse) GetEmail

func (m *GetMatchAccountByIDResponse) GetEmail() string

func (*GetMatchAccountByIDResponse) GetId

func (*GetMatchAccountByIDResponse) GetName

func (m *GetMatchAccountByIDResponse) GetName() string

func (*GetMatchAccountByIDResponse) ProtoMessage

func (*GetMatchAccountByIDResponse) ProtoMessage()

func (*GetMatchAccountByIDResponse) Reset

func (m *GetMatchAccountByIDResponse) Reset()

func (*GetMatchAccountByIDResponse) String

func (m *GetMatchAccountByIDResponse) String() string

func (*GetMatchAccountByIDResponse) XXX_DiscardUnknown

func (m *GetMatchAccountByIDResponse) XXX_DiscardUnknown()

func (*GetMatchAccountByIDResponse) XXX_Marshal

func (m *GetMatchAccountByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMatchAccountByIDResponse) XXX_Merge

func (m *GetMatchAccountByIDResponse) XXX_Merge(src proto.Message)

func (*GetMatchAccountByIDResponse) XXX_Size

func (m *GetMatchAccountByIDResponse) XXX_Size() int

func (*GetMatchAccountByIDResponse) XXX_Unmarshal

func (m *GetMatchAccountByIDResponse) XXX_Unmarshal(b []byte) error

type MatchClient

type MatchClient interface {
	GetMatchAccountByID(ctx context.Context, in *GetMatchAccountByIDRequest, opts ...grpc.CallOption) (*GetMatchAccountByIDResponse, error)
}

MatchClient is the client API for Match service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMatchClient

func NewMatchClient(cc *grpc.ClientConn) MatchClient

type MatchServer

type MatchServer interface {
	GetMatchAccountByID(context.Context, *GetMatchAccountByIDRequest) (*GetMatchAccountByIDResponse, error)
}

MatchServer is the server API for Match service.

type UnimplementedMatchServer

type UnimplementedMatchServer struct {
}

UnimplementedMatchServer can be embedded to have forward compatible implementations.

func (*UnimplementedMatchServer) GetMatchAccountByID

Jump to

Keyboard shortcuts

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