Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History interface {
List(ctx context.Context, params repository.HistoryListParams) ([]*entity.History, error)
}
func NewHistory ¶
func NewHistory(cfg *config.Config, repo repository.History) History
Click to show internal directories.
Click to hide internal directories.