Documentation ¶
Index ¶
- type SiteInfoCommonService
- func (s *SiteInfoCommonService) GetSiteBranding(ctx context.Context) (resp *schema.SiteBrandingResp, err error)
- func (s *SiteInfoCommonService) GetSiteGeneral(ctx context.Context) (resp *schema.SiteGeneralResp, err error)
- func (s *SiteInfoCommonService) GetSiteInterface(ctx context.Context) (resp *schema.SiteInterfaceResp, err error)
- func (s *SiteInfoCommonService) GetSiteLegal(ctx context.Context) (resp *schema.SiteLegalResp, err error)
- func (s *SiteInfoCommonService) GetSiteWrite(ctx context.Context) (resp *schema.SiteWriteResp, err error)
- type SiteInfoRepo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiteInfoCommonService ¶ added in v0.3.0
type SiteInfoCommonService struct {
// contains filtered or unexported fields
}
func NewSiteInfoCommonService ¶ added in v0.3.0
func NewSiteInfoCommonService(siteInfoRepo SiteInfoRepo) *SiteInfoCommonService
func (*SiteInfoCommonService) GetSiteBranding ¶ added in v0.4.0
func (s *SiteInfoCommonService) GetSiteBranding(ctx context.Context) (resp *schema.SiteBrandingResp, err error)
GetSiteBranding get site info branding
func (*SiteInfoCommonService) GetSiteGeneral ¶ added in v0.3.0
func (s *SiteInfoCommonService) GetSiteGeneral(ctx context.Context) (resp *schema.SiteGeneralResp, err error)
GetSiteGeneral get site info general
func (*SiteInfoCommonService) GetSiteInterface ¶ added in v0.3.0
func (s *SiteInfoCommonService) GetSiteInterface(ctx context.Context) (resp *schema.SiteInterfaceResp, err error)
GetSiteInterface get site info interface
func (*SiteInfoCommonService) GetSiteLegal ¶ added in v0.4.0
func (s *SiteInfoCommonService) GetSiteLegal(ctx context.Context) (resp *schema.SiteLegalResp, err error)
GetSiteLegal get site info write
func (*SiteInfoCommonService) GetSiteWrite ¶ added in v0.4.0
func (s *SiteInfoCommonService) GetSiteWrite(ctx context.Context) (resp *schema.SiteWriteResp, err error)
GetSiteWrite get site info write
Click to show internal directories.
Click to hide internal directories.