Documentation ¶
Index ¶
- Constants
- func AddRouterOfAndroidChrome192x192Png(router *gin.Engine)
- func AddRouterOfAndroidChrome512x512Png(router *gin.Engine)
- func AddRouterOfAppleTouchIcon120x120Png(router *gin.Engine)
- func AddRouterOfAppleTouchIcon152x152Png(router *gin.Engine)
- func AddRouterOfAppleTouchIcon180x180Png(router *gin.Engine)
- func AddRouterOfAppleTouchIcon60x60Png(router *gin.Engine)
- func AddRouterOfAppleTouchIcon76x76Png(router *gin.Engine)
- func AddRouterOfAppleTouchIconPng(router *gin.Engine)
- func AddRouterOfFavicon16x16Png(router *gin.Engine)
- func AddRouterOfFavicon32x32Png(router *gin.Engine)
- func AddRouterOfMsapplicationIcon144x144Png(router *gin.Engine)
- func AddRouterOfMstile150x150Png(router *gin.Engine)
- func AddRouterOfSafariPinnedTabSvg(router *gin.Engine)
Constants ¶
View Source
const ( ANDROID_CHROME_192X192_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/android-chrome-192x192.png" // 文件内容的16进制表示 ANDROID_CHROME_192X192_PNG_HEX_CONTENT = `` /* 18832-byte string literal not displayed */ )
View Source
const ( ANDROID_CHROME_512X512_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/android-chrome-512x512.png" // 文件内容的16进制表示 ANDROID_CHROME_512X512_PNG_HEX_CONTENT = `` /* 59616-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_120X120_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon-120x120.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_120X120_PNG_HEX_CONTENT = `` /* 6738-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_152X152_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon-152x152.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_152X152_PNG_HEX_CONTENT = `` /* 8092-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_180X180_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon-180x180.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_180X180_PNG_HEX_CONTENT = `` /* 9356-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_60X60_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon-60x60.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_60X60_PNG_HEX_CONTENT = `` /* 2982-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_76X76_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon-76x76.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_76X76_PNG_HEX_CONTENT = `` /* 3646-byte string literal not displayed */ )
View Source
const ( APPLE_TOUCH_ICON_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/apple-touch-icon.png" // 文件内容的16进制表示 APPLE_TOUCH_ICON_PNG_HEX_CONTENT = `` /* 9356-byte string literal not displayed */ )
View Source
const ( FAVICON_16X16_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/favicon-16x16.png" // 文件内容的16进制表示 FAVICON_16X16_PNG_HEX_CONTENT = `` /* 1598-byte string literal not displayed */ )
View Source
const ( FAVICON_32X32_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/favicon-32x32.png" // 文件内容的16进制表示 FAVICON_32X32_PNG_HEX_CONTENT = `` /* 2542-byte string literal not displayed */ )
View Source
const ( MSAPPLICATION_ICON_144X144_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/msapplication-icon-144x144.png" // 文件内容的16进制表示 MSAPPLICATION_ICON_144X144_PNG_HEX_CONTENT = `` /* 2338-byte string literal not displayed */ )
View Source
const ( MSTILE_150X150_PNG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/mstile-150x150.png" // 文件内容的16进制表示 MSTILE_150X150_PNG_HEX_CONTENT = `` /* 8564-byte string literal not displayed */ )
View Source
const ( SAFARI_PINNED_TAB_SVG_RELATIVE_PATH = constant.ROOT_PATH + "/img/icons/safari-pinned-tab.svg" // 文件内容的16进制表示 SAFARI_PINNED_TAB_SVG_HEX_CONTENT = `` /* 21514-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- ANDROID_CHROME_192X192_PNG.go
- ANDROID_CHROME_512X512_PNG.go
- APPLE_TOUCH_ICON_120X120_PNG.go
- APPLE_TOUCH_ICON_152X152_PNG.go
- APPLE_TOUCH_ICON_180X180_PNG.go
- APPLE_TOUCH_ICON_60X60_PNG.go
- APPLE_TOUCH_ICON_76X76_PNG.go
- APPLE_TOUCH_ICON_PNG.go
- FAVICON_16X16_PNG.go
- FAVICON_32X32_PNG.go
- MSAPPLICATION_ICON_144X144_PNG.go
- MSTILE_150X150_PNG.go
- SAFARI_PINNED_TAB_SVG.go
Click to show internal directories.
Click to hide internal directories.