Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTextService ¶
type CreateTextService struct {
// contains filtered or unexported fields
}
func NewCreateTextService ¶
func NewCreateTextService(repo SaveTextRepo) CreateTextService
func (CreateTextService) GetKind ¶
func (s CreateTextService) GetKind() string
type GetTextRepo ¶
type GetTextService ¶
type GetTextService struct {
// contains filtered or unexported fields
}
func NewGetTextService ¶
func NewGetTextService(repo GetTextRepo) GetTextService
func (GetTextService) GetKind ¶
func (s GetTextService) GetKind() string
type SaveTextRepo ¶
Click to show internal directories.
Click to hide internal directories.