Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Errors map[string]interface{} `json:"errors" yaml:"errors"`
}
func AccessForbidden ¶
func AccessForbidden() Error
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(ctx context.Context, s *zap.SugaredLogger) *Server
NewServer initializes the echo server with necessary routes and configurations.
func (*Server) PrintRoutes ¶
func (s *Server) PrintRoutes()
Click to show internal directories.
Click to hide internal directories.