Versions in this module Expand all Collapse all v0 v0.0.2 Apr 12, 2024 Changes in this version + func GatewayMiddleware(...) echo.MiddlewareFunc + type CustomError struct + Code *string + Data *structpb.Value + Error *string + Message string + Toast *string v0.0.1 Apr 11, 2024 Changes in this version + func Connect(host string) (grpc.ClientConnInterface, error) + func MustConnect(host string) grpc.ClientConnInterface + type Server struct + func New(configs ...ServerConfigBuilder) *Server + func (s *Server) Start(address string) error + type ServerConfig struct + type ServerConfigBuilder func(*ServerConfig)