Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUserNotFound = errors.New("user not found") ErrExternalUserNotFound = errors.New("external user not found") ErrExternalUserAlreadyExists = errors.New("external user already exists") ErrEncryptionPartRequired = errors.New("encryption part is required") ErrEncryptionNotConfigured = errors.New("encryption not configured") ErrInvalidEncryptionPart = errors.New("invalid encryption part") ErrInternal = errors.New("internal error") )
Functions ¶
This section is empty.
Types ¶
type EncryptionParameters ¶
type ShareApplication ¶
type ShareApplication struct {
// contains filtered or unexported fields
}
func New ¶
func New(shareSvc services.ShareService, shareRepo repositories.ShareRepository, projectRepo repositories.ProjectRepository) *ShareApplication
func (*ShareApplication) RegisterShare ¶
Click to show internal directories.
Click to hide internal directories.