Documentation
¶
Index ¶
- func NewV1() open.IOpenV1
- type ControllerV1
- func (c *ControllerV1) File(ctx context.Context, req *v1.FileReq) (res *v1.FileRes, err error)
- func (c *ControllerV1) PrivacyPolicy(ctx context.Context, req *v1.PrivacyPolicyReq) (res *v1.PrivacyPolicyRes, 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) UserAgreement(ctx context.Context, req *v1.UserAgreementReq) (res *v1.UserAgreementRes, err error)
- func (c *ControllerV1) Video(ctx context.Context, req *v1.VideoReq) (res *v1.VideoRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) File ¶
func (c *ControllerV1) File(ctx context.Context, req *v1.FileReq) (res *v1.FileRes, err error)
func (*ControllerV1) PrivacyPolicy ¶ added in v2.3.0
func (c *ControllerV1) PrivacyPolicy(ctx context.Context, req *v1.PrivacyPolicyReq) (res *v1.PrivacyPolicyRes, err error)
func (*ControllerV1) SiteConfig ¶
func (c *ControllerV1) SiteConfig(ctx context.Context, req *v1.SiteConfigReq) (res *v1.SiteConfigRes, err error)
func (*ControllerV1) SysConfig ¶
func (c *ControllerV1) SysConfig(ctx context.Context, req *v1.SysConfigReq) (res *v1.SysConfigRes, err error)
func (*ControllerV1) UserAgreement ¶ added in v2.3.0
func (c *ControllerV1) UserAgreement(ctx context.Context, req *v1.UserAgreementReq) (res *v1.UserAgreementRes, err error)
Click to show internal directories.
Click to hide internal directories.