Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeLoginEndpoint ¶
func MakeLoginEndpoint(svc pb.SessionServiceServer) endpoint.Endpoint
Types ¶
type Endpoints ¶
func MakeEndpoints ¶
func MakeEndpoints(svc pb.SessionServiceServer) Endpoints
func (*Endpoints) Login ¶
func (e *Endpoints) Login(ctx context.Context, in *pb.LoginRequest) (*pb.LoginResponse, error)
type StreamEndpoint ¶
type StreamEndpoint func(server interface{}, req interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.