Documentation ¶
Index ¶
Constants ¶
View Source
const ( SWAGGER_PATH = "/swagger" API_BASE_PATH = "/api" IMAGE_BASE_PATH = "/image" )
View Source
const (
QUERY_LIMIT = 20 // 10 is too small
)
View Source
const (
SUCCESS = "🎉success🎉"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment int
const ( DEV Environment = iota PROD )
func (Environment) String ¶
func (e Environment) String() string
Click to show internal directories.
Click to hide internal directories.