Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo interface {
FindForUser(ctx context.Context, id, userID string) (*datamodels.Data, error)
}
Repo is the interface that wraps the basic operations with data.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the domain service for data.
func NewService ¶
NewService creates a new instance of the data service.
func (*Service) FindForUser ¶
FindForUser returns the data by outpoint for a specific user.
Click to show internal directories.
Click to hide internal directories.