Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClassService ¶
type ClassService struct {
// contains filtered or unexported fields
}
func NewClassService ¶
func NewClassService(classRepository ClassRepositoryInterface) *ClassService
func (ClassService) FindOrCreate ¶
func (service ClassService) FindOrCreate(brainID int64, label string) (ClassInterface, error)
type TokenService ¶
type TokenService struct {
// contains filtered or unexported fields
}
func NewTokenService ¶
func NewTokenService(tokenRepository TokenRepositoryInterface) *TokenService
func (TokenService) FindOrCreate ¶
func (service TokenService) FindOrCreate(brainID int64, text string) int64
Click to show internal directories.
Click to hide internal directories.