Versions in this module Expand all Collapse all v1 v1.8.7 May 20, 2022 Changes in this version + const MethodAny + const MethodDelete + const MethodGet + const MethodHead + const MethodOptions + const MethodPatch + const MethodPost + const MethodPut + type ApiRouterConfig struct + func NewApiRouterConfig() *ApiRouterConfig + func (this *ApiRouterConfig) GetRouterConfigs() (routerConfig []RouterConfig) + func (this *ApiRouterConfig) MountApi(mountApiBasePramas MountApiBasePramas, routerGroup *fiber.Group, ...) + type MountApiBasePramas struct + AbsolutePath string + Method string + RelativePath string + Remark string + func (this *MountApiBasePramas) IsAnyMethod() bool + type RouterConfig struct + Remark string + Url string