server

package
v0.0.0-...-65b9d13 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2019 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidSession = status.Error(codes.Unauthenticated, "Unauthenticated")

ErrInvalidSession is returned when session is invalid

Functions

This section is empty.

Types

type AdminServiceServer

type AdminServiceServer interface {
	api_pb.AdminServiceServer
	grapiserver.Server
}

AdminServiceServer is a composite interface of api_pb.AdminServiceServer and grapiserver.Server.

func NewAdminServiceServer

func NewAdminServiceServer(cfg *config.Config, store di.StoreComponent, cli di.ClientComponent) AdminServiceServer

NewAdminServiceServer creates a new AdminServiceServer instance.

type ClassRoomServiceServer

type ClassRoomServiceServer interface {
	api_pb.ClassRoomServiceServer
	grapiserver.Server
}

ClassRoomServiceServer is a composite interface of api_pb.ClassRoomServiceServer and grapiserver.Server.

func NewClassRoomServiceServer

func NewClassRoomServiceServer(store di.StoreComponent) ClassRoomServiceServer

NewClassRoomServiceServer creates a new ClassRoomServiceServer instance.

type SessionServiceServer

type SessionServiceServer interface {
	api_pb.SessionServiceServer
	grapiserver.Server
}

SessionServiceServer is a composite interface of api_pb.SessionServiceServer and grapiserver.Server.

func NewSessionServiceServer

func NewSessionServiceServer(store di.StoreComponent) SessionServiceServer

NewSessionServiceServer creates a new SessionServiceServer instance.

type TagServiceServer

type TagServiceServer interface {
	api_pb.TagServiceServer
	grapiserver.Server
}

TagServiceServer is a composite interface of api_pb.TagServiceServer and grapiserver.Server.

func NewTagServiceServer

func NewTagServiceServer(store di.StoreComponent) TagServiceServer

NewTagServiceServer creates a new TagServiceServer instance.

type UserPositionServiceServer

type UserPositionServiceServer interface {
	api_pb.UserPositionServiceServer
	grapiserver.Server
}

UserPositionServiceServer is a composite interface of api_pb.UserPositionServiceServer and grapiserver.Server.

func NewUserPositionServiceServer

func NewUserPositionServiceServer(store di.StoreComponent) UserPositionServiceServer

NewUserPositionServiceServer creates a new UserPositionServiceServer instance.

type UserServiceServer

type UserServiceServer interface {
	api_pb.UserServiceServer
	grapiserver.Server
}

UserServiceServer is a composite interface of api_pb.UserServiceServer and grapiserver.Server.

func NewUserServiceServer

func NewUserServiceServer(store di.StoreComponent) UserServiceServer

NewUserServiceServer creates a new UserServiceServer instance.

type UserTagServiceServer

type UserTagServiceServer interface {
	api_pb.UserTagServiceServer
	grapiserver.Server
}

UserTagServiceServer is a composite interface of api_pb.UserTagServiceServer and grapiserver.Server.

func NewUserTagServiceServer

func NewUserTagServiceServer(store di.StoreComponent) UserTagServiceServer

NewUserTagServiceServer creates a new UserTagServiceServer instance.

Jump to

Keyboard shortcuts

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