Versions in this module Expand all Collapse all v1 v1.0.0 Apr 12, 2022 Changes in this version + var Module = fx.Options(fx.Provide(NewServer), fx.Provide(NewClient)) + type Client struct + func NewClient(cfg *config.Config) *Client + type Error struct + Detail string + Extensions map[string]any + Instance string + Status int + Title string + Type string + func NewError(errType, title string, status int, detail string, instance string, ...) *Error + func (e *Error) Error() string + type Server struct + func NewServer(cfg *config.Config, logger *logger.Logger, tracer *tracer.Tracer, ...) *Server + func (s *Server) Start() error + func (s *Server) Stop(ctx context.Context) error + type Success struct + Message string