Versions in this module Expand all Collapse all v0 v0.0.6 Nov 21, 2020 Changes in this version + type API string + const GrpcApi + const RestApi + type GRPCServer struct + func (g *GRPCServer) Serve() error + type RESTServer struct + func (r *RESTServer) Serve() error + type Server interface + Serve func() error + func New(api API, adr string) (Server, error)