Documentation
¶
Index ¶
- type CloudService
- func (r *CloudService) CheckUserCanSubsribe(user types.Account, cid string) (p domain.PodInfo, ok bool, err error)
- func (r *CloudService) HasHolding(user types.Account, c *domain.CloudConf) (bool, error)
- func (r *CloudService) SubscribeCloud(c *domain.CloudConf, u types.Account) (err error)
- func (r *CloudService) ToCloud(c *domain.Cloud) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudService ¶
type CloudService struct {
// contains filtered or unexported fields
}
func NewCloudService ¶
func NewCloudService( pod repository.Pod, sender message.CloudMessageProducer, ) CloudService
func (*CloudService) CheckUserCanSubsribe ¶
func (*CloudService) HasHolding ¶
func (*CloudService) SubscribeCloud ¶
Click to show internal directories.
Click to hide internal directories.