Versions in this module Expand all Collapse all v2 v2.3.0 Apr 21, 2026 Changes in this version type ControllerV1 + func (c *ControllerV1) PrivacyPolicy(ctx context.Context, req *v1.PrivacyPolicyReq) (res *v1.PrivacyPolicyRes, err error) + func (c *ControllerV1) UserAgreement(ctx context.Context, req *v1.UserAgreementReq) (res *v1.UserAgreementRes, err error) v2.1.0 Feb 9, 2026 Changes in this version + func NewV1() open.IOpenV1 + type ControllerV1 struct + func (c *ControllerV1) File(ctx context.Context, req *v1.FileReq) (res *v1.FileRes, err error) + func (c *ControllerV1) SiteConfig(ctx context.Context, req *v1.SiteConfigReq) (res *v1.SiteConfigRes, err error) + func (c *ControllerV1) SysConfig(ctx context.Context, req *v1.SysConfigReq) (res *v1.SysConfigRes, err error) + func (c *ControllerV1) Video(ctx context.Context, req *v1.VideoReq) (res *v1.VideoRes, err error) Other modules containing this package github.com/iimeta/fastapi-admin