Documentation ¶
Index ¶
- Constants
- func Init(d *gorm.DB)
- func Proxy(c echo.Context) (err error)
- func ProxyGnetRequest(c echo.Context)
- func ProxyManageCreateOrUpdate(ctx context.Context, params *vproxyintegrat.ProxyManageCreateOrUpdateParams) (err error)
- func ProxyManageDelete(ctx context.Context, params *vproxyintegrat.ProxyManageDeleteParams) (err error)
- func ProxyManageList(ctx context.Context, params *vproxyintegrat.ProxyManageListParams) (list []vproxyintegrat.ProxyManage, total int, err error)
- func ProxyMenuCreateOrUpdate(ctx context.Context, params *vproxyintegrat.ProxyMenuCreateOrUpdateParams) (err error)
- func ProxyMenuDelete(ctx context.Context, params *vproxyintegrat.ProxyMenuDeleteParams) (err error)
- func ProxyMenuList(ctx context.Context, params *vproxyintegrat.ProxyMenuListParams) (list []vproxyintegrat.ProxyMenu, total int, err error)
- func RefreshProxyConfig() (err error)
- func ReverseProxyGnetReq(proxyPath, app string) *httputil.ReverseProxy
- func UIList(ctx context.Context, params *vproxyintegrat.ProxyUIParams) (list []vproxyintegrat.ProxyMenuFunc, err error)
Constants ¶
View Source
const ProxyManageTable = "proxy_manage"
View Source
const ProxyMenuTable = "proxy_menu"
ProxyMenuTable 数据库表
Variables ¶
This section is empty.
Functions ¶
func ProxyManageCreateOrUpdate ¶
func ProxyManageCreateOrUpdate(ctx context.Context, params *vproxyintegrat.ProxyManageCreateOrUpdateParams) (err error)
ProxyManageCreateOrUpdate 创建
func ProxyManageDelete ¶
func ProxyManageDelete(ctx context.Context, params *vproxyintegrat.ProxyManageDeleteParams) (err error)
ProxyManageDelete 删除
func ProxyManageList ¶
func ProxyManageList(ctx context.Context, params *vproxyintegrat.ProxyManageListParams) (list []vproxyintegrat.ProxyManage, total int, err error)
ProxyManageList 列表
func ProxyMenuCreateOrUpdate ¶
func ProxyMenuCreateOrUpdate(ctx context.Context, params *vproxyintegrat.ProxyMenuCreateOrUpdateParams) (err error)
ProxyMenuCreateOrUpdate 创建
func ProxyMenuDelete ¶
func ProxyMenuDelete(ctx context.Context, params *vproxyintegrat.ProxyMenuDeleteParams) (err error)
ProxyMenuDelete 删除
func ProxyMenuList ¶
func ProxyMenuList(ctx context.Context, params *vproxyintegrat.ProxyMenuListParams) (list []vproxyintegrat.ProxyMenu, total int, err error)
ProxyMenuList 列表
func ReverseProxyGnetReq ¶
func ReverseProxyGnetReq(proxyPath, app string) *httputil.ReverseProxy
ReverseProxyGnetReq 代理
func UIList ¶
func UIList(ctx context.Context, params *vproxyintegrat.ProxyUIParams) (list []vproxyintegrat.ProxyMenuFunc, err error)
UIList UI功能页面
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.