Documentation
¶
Index ¶
- type EnterpriseCodeAccountService
- func (s *EnterpriseCodeAccountService) CreateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)
- func (s *EnterpriseCodeAccountService) DeleteEnterpriseCodeAccounts(request request.IdsRequest) (err error)
- func (s *EnterpriseCodeAccountService) GetAllEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []*platform.EnterpriseCodeAccount, err error)
- func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccount(request request.IdRequest) (result platform.EnterpriseCodeAccount, err error)
- func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []platform.EnterpriseCodeAccount, total int64, err error)
- func (s *EnterpriseCodeAccountService) SwitchEnterpriseCodeAccounts(request request.SwitchRequest) (err error)
- func (s *EnterpriseCodeAccountService) UpdateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)
- type EnterpriseCodeEmployeeService
- func (s *EnterpriseCodeEmployeeService) CreateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)
- func (s *EnterpriseCodeEmployeeService) DeleteEnterpriseCodeEmployees(request request.IdsRequest) (err error)
- func (s *EnterpriseCodeEmployeeService) GetAllEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []*platform.EnterpriseCodeEmployee, err error)
- func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployee(request request.IdRequest) (result platform.EnterpriseCodeEmployee, err error)
- func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []platform.EnterpriseCodeEmployee, total int64, err error)
- func (s *EnterpriseCodeEmployeeService) SwitchEnterpriseCodeEmployees(request request.SwitchRequest) (err error)
- func (s *EnterpriseCodeEmployeeService) UpdateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)
- type EnterpriseCodeRuleService
- func (s *EnterpriseCodeRuleService) CreateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)
- func (s *EnterpriseCodeRuleService) DeleteEnterpriseCodeRules(request request.IdsRequest) (err error)
- func (s *EnterpriseCodeRuleService) GetAllEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []*platform.EnterpriseCodeRule, err error)
- func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRule(request request.IdRequest) (result platform.EnterpriseCodeRule, err error)
- func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []platform.EnterpriseCodeRule, total int64, err error)
- func (s *EnterpriseCodeRuleService) SwitchEnterpriseCodeRules(request request.SwitchRequest) (err error)
- func (s *EnterpriseCodeRuleService) UpdateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)
- type PaymentAccountService
- func (s *PaymentAccountService) CreatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)
- func (s *PaymentAccountService) DeletePaymentAccounts(request request.IdsRequest) (err error)
- func (s *PaymentAccountService) GetAllPaymentAccounts(request platform.PaymentAccountRequest) (result []*platform.PaymentAccount, err error)
- func (s *PaymentAccountService) GetPaymentAccount(request request.IdRequest) (result platform.PaymentAccount, err error)
- func (s *PaymentAccountService) GetPaymentAccounts(request platform.PaymentAccountRequest) (result []platform.PaymentAccount, total int64, err error)
- func (s *PaymentAccountService) SwitchPaymentAccounts(request request.SwitchRequest) (err error)
- func (s *PaymentAccountService) UpdatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)
- type PlatformAccountService
- func (s *PlatformAccountService) CreatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)
- func (s *PlatformAccountService) DeletePlatformAccounts(request request.IdsRequest) (err error)
- func (s *PlatformAccountService) GetAllPlatformAccounts(request platform.PlatformAccountRequest) (result []*platform.PlatformAccount, err error)
- func (s *PlatformAccountService) GetPlatformAccount(request request.IdRequest) (result platform.PlatformAccount, err error)
- func (s *PlatformAccountService) GetPlatformAccounts(request platform.PlatformAccountRequest) (result []platform.PlatformAccount, total int64, err error)
- func (s *PlatformAccountService) SwitchPlatformAccounts(request request.SwitchRequest) (err error)
- func (s *PlatformAccountService) UpdatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)
- type ServiceGroup
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnterpriseCodeAccountService ¶
type EnterpriseCodeAccountService struct{}
func (*EnterpriseCodeAccountService) CreateEnterpriseCodeAccount ¶
func (s *EnterpriseCodeAccountService) CreateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)
func (*EnterpriseCodeAccountService) DeleteEnterpriseCodeAccounts ¶
func (s *EnterpriseCodeAccountService) DeleteEnterpriseCodeAccounts(request request.IdsRequest) (err error)
func (*EnterpriseCodeAccountService) GetAllEnterpriseCodeAccounts ¶
func (s *EnterpriseCodeAccountService) GetAllEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []*platform.EnterpriseCodeAccount, err error)
func (*EnterpriseCodeAccountService) GetEnterpriseCodeAccount ¶
func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccount(request request.IdRequest) (result platform.EnterpriseCodeAccount, err error)
func (*EnterpriseCodeAccountService) GetEnterpriseCodeAccounts ¶
func (s *EnterpriseCodeAccountService) GetEnterpriseCodeAccounts(request platform.EnterpriseCodeAccountRequest) (result []platform.EnterpriseCodeAccount, total int64, err error)
func (*EnterpriseCodeAccountService) SwitchEnterpriseCodeAccounts ¶
func (s *EnterpriseCodeAccountService) SwitchEnterpriseCodeAccounts(request request.SwitchRequest) (err error)
func (*EnterpriseCodeAccountService) UpdateEnterpriseCodeAccount ¶
func (s *EnterpriseCodeAccountService) UpdateEnterpriseCodeAccount(request platform.EnterpriseCodeAccount) (result platform.EnterpriseCodeAccount, err error)
type EnterpriseCodeEmployeeService ¶
type EnterpriseCodeEmployeeService struct{}
func (*EnterpriseCodeEmployeeService) CreateEnterpriseCodeEmployee ¶
func (s *EnterpriseCodeEmployeeService) CreateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)
func (*EnterpriseCodeEmployeeService) DeleteEnterpriseCodeEmployees ¶
func (s *EnterpriseCodeEmployeeService) DeleteEnterpriseCodeEmployees(request request.IdsRequest) (err error)
func (*EnterpriseCodeEmployeeService) GetAllEnterpriseCodeEmployees ¶
func (s *EnterpriseCodeEmployeeService) GetAllEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []*platform.EnterpriseCodeEmployee, err error)
func (*EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployee ¶
func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployee(request request.IdRequest) (result platform.EnterpriseCodeEmployee, err error)
func (*EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployees ¶
func (s *EnterpriseCodeEmployeeService) GetEnterpriseCodeEmployees(request platform.EnterpriseCodeEmployeeRequest) (result []platform.EnterpriseCodeEmployee, total int64, err error)
func (*EnterpriseCodeEmployeeService) SwitchEnterpriseCodeEmployees ¶
func (s *EnterpriseCodeEmployeeService) SwitchEnterpriseCodeEmployees(request request.SwitchRequest) (err error)
func (*EnterpriseCodeEmployeeService) UpdateEnterpriseCodeEmployee ¶
func (s *EnterpriseCodeEmployeeService) UpdateEnterpriseCodeEmployee(request platform.EnterpriseCodeEmployee) (result platform.EnterpriseCodeEmployee, err error)
type EnterpriseCodeRuleService ¶
type EnterpriseCodeRuleService struct{}
func (*EnterpriseCodeRuleService) CreateEnterpriseCodeRule ¶
func (s *EnterpriseCodeRuleService) CreateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)
func (*EnterpriseCodeRuleService) DeleteEnterpriseCodeRules ¶
func (s *EnterpriseCodeRuleService) DeleteEnterpriseCodeRules(request request.IdsRequest) (err error)
func (*EnterpriseCodeRuleService) GetAllEnterpriseCodeRules ¶
func (s *EnterpriseCodeRuleService) GetAllEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []*platform.EnterpriseCodeRule, err error)
func (*EnterpriseCodeRuleService) GetEnterpriseCodeRule ¶
func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRule(request request.IdRequest) (result platform.EnterpriseCodeRule, err error)
func (*EnterpriseCodeRuleService) GetEnterpriseCodeRules ¶
func (s *EnterpriseCodeRuleService) GetEnterpriseCodeRules(request platform.EnterpriseCodeRuleRequest) (result []platform.EnterpriseCodeRule, total int64, err error)
func (*EnterpriseCodeRuleService) SwitchEnterpriseCodeRules ¶
func (s *EnterpriseCodeRuleService) SwitchEnterpriseCodeRules(request request.SwitchRequest) (err error)
func (*EnterpriseCodeRuleService) UpdateEnterpriseCodeRule ¶
func (s *EnterpriseCodeRuleService) UpdateEnterpriseCodeRule(request platform.EnterpriseCodeRule) (result platform.EnterpriseCodeRule, err error)
type PaymentAccountService ¶
type PaymentAccountService struct{}
func (*PaymentAccountService) CreatePaymentAccount ¶
func (s *PaymentAccountService) CreatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)
func (*PaymentAccountService) DeletePaymentAccounts ¶
func (s *PaymentAccountService) DeletePaymentAccounts(request request.IdsRequest) (err error)
func (*PaymentAccountService) GetAllPaymentAccounts ¶
func (s *PaymentAccountService) GetAllPaymentAccounts(request platform.PaymentAccountRequest) (result []*platform.PaymentAccount, err error)
func (*PaymentAccountService) GetPaymentAccount ¶
func (s *PaymentAccountService) GetPaymentAccount(request request.IdRequest) (result platform.PaymentAccount, err error)
func (*PaymentAccountService) GetPaymentAccounts ¶
func (s *PaymentAccountService) GetPaymentAccounts(request platform.PaymentAccountRequest) (result []platform.PaymentAccount, total int64, err error)
func (*PaymentAccountService) SwitchPaymentAccounts ¶
func (s *PaymentAccountService) SwitchPaymentAccounts(request request.SwitchRequest) (err error)
func (*PaymentAccountService) UpdatePaymentAccount ¶
func (s *PaymentAccountService) UpdatePaymentAccount(request platform.PaymentAccount) (result platform.PaymentAccount, err error)
type PlatformAccountService ¶
type PlatformAccountService struct{}
func (*PlatformAccountService) CreatePlatformAccount ¶
func (s *PlatformAccountService) CreatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)
func (*PlatformAccountService) DeletePlatformAccounts ¶
func (s *PlatformAccountService) DeletePlatformAccounts(request request.IdsRequest) (err error)
func (*PlatformAccountService) GetAllPlatformAccounts ¶
func (s *PlatformAccountService) GetAllPlatformAccounts(request platform.PlatformAccountRequest) (result []*platform.PlatformAccount, err error)
func (*PlatformAccountService) GetPlatformAccount ¶
func (s *PlatformAccountService) GetPlatformAccount(request request.IdRequest) (result platform.PlatformAccount, err error)
func (*PlatformAccountService) GetPlatformAccounts ¶
func (s *PlatformAccountService) GetPlatformAccounts(request platform.PlatformAccountRequest) (result []platform.PlatformAccount, total int64, err error)
func (*PlatformAccountService) SwitchPlatformAccounts ¶
func (s *PlatformAccountService) SwitchPlatformAccounts(request request.SwitchRequest) (err error)
func (*PlatformAccountService) UpdatePlatformAccount ¶
func (s *PlatformAccountService) UpdatePlatformAccount(request platform.PlatformAccount) (result platform.PlatformAccount, err error)
type ServiceGroup ¶
type ServiceGroup struct { PlatformAccountService PaymentAccountService EnterpriseCodeAccountService EnterpriseCodeRuleService EnterpriseCodeEmployeeService }
Click to show internal directories.
Click to hide internal directories.