Documentation
¶
Overview ¶
Package server contains an implementation of the MOTKI GRPC server.
Much of the Server interface is generated using the protocol buffer definitions in the proto package. As such, this package is mainly intended for internal use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadCredentials = errors.New("username or password is incorrect")
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface { proto.AuthenticationServiceServer proto.ProductServiceServer proto.MarketPriceServiceServer proto.InfoServiceServer proto.EveDBServiceServer proto.CorporationServiceServer proto.InventoryServiceServer proto.LocationServiceServer // Serve opens a listening socket for the GRPC server. Serve() error // Shutdown attempts to gracefully shutdown the GRPC server. Shutdown() error }
A Server represents the raw interface for a MOTKI protobuf server.
Click to show internal directories.
Click to hide internal directories.