 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var ( ErrInvalidDetail = errors.New("invalid service data detail") ErrConflict = errors.New("key already exist") )
Functions ¶
This section is empty.
Types ¶
type Key ¶
type ProjectService ¶
type RelationService ¶
type RelationService interface {
	Create(ctx context.Context, rel relation.RelationV2) (relation.RelationV2, error)
}
    type Repository ¶
type ResourceService ¶
type Service ¶
type Service struct {
	// contains filtered or unexported fields
}
    func NewService ¶
func NewService(repository Repository, resourceService ResourceService, relationService RelationService, projectService ProjectService, userService UserService) *Service
type Transactor ¶
 Click to show internal directories. 
   Click to hide internal directories.