Documentation ¶
Index ¶
- type CICDCmsCreateOrUpdateRequest
- type CICDCmsService
- func (s *CICDCmsService) CICDCmsCreate(ctx context.Context, req *pb.CICDCmsCreateRequest) (*pb.CICDCmsCreateResponse, error)
- func (s *CICDCmsService) CICDCmsCreateOrUpdate(ctx context.Context, req *CICDCmsCreateOrUpdateRequest) (bool, error)
- func (s *CICDCmsService) CICDCmsDelete(ctx context.Context, req *pb.CICDCmsDeleteRequest) (*pb.CICDCmsDeleteResponse, error)
- func (s *CICDCmsService) CICDCmsUpdate(ctx context.Context, req *pb.CICDCmsUpdateRequest) (*pb.CICDCmsUpdateResponse, error)
- func (p *CICDCmsService) WithPermission(permission *permission.Permission)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CICDCmsService ¶
type CICDCmsService struct {
// contains filtered or unexported fields
}
func (*CICDCmsService) CICDCmsCreate ¶
func (s *CICDCmsService) CICDCmsCreate(ctx context.Context, req *pb.CICDCmsCreateRequest) (*pb.CICDCmsCreateResponse, error)
func (*CICDCmsService) CICDCmsCreateOrUpdate ¶
func (s *CICDCmsService) CICDCmsCreateOrUpdate(ctx context.Context, req *CICDCmsCreateOrUpdateRequest) (bool, error)
func (*CICDCmsService) CICDCmsDelete ¶
func (s *CICDCmsService) CICDCmsDelete(ctx context.Context, req *pb.CICDCmsDeleteRequest) (*pb.CICDCmsDeleteResponse, error)
func (*CICDCmsService) CICDCmsUpdate ¶
func (s *CICDCmsService) CICDCmsUpdate(ctx context.Context, req *pb.CICDCmsUpdateRequest) (*pb.CICDCmsUpdateResponse, error)
func (*CICDCmsService) WithPermission ¶
func (p *CICDCmsService) WithPermission(permission *permission.Permission)
Click to show internal directories.
Click to hide internal directories.