Documentation
¶
Index ¶
- type YAMLRepository
- func (r *YAMLRepository) Create(ctx context.Context, l *tasklog.TaskLog) error
- func (r *YAMLRepository) DeleteByTaskID(ctx context.Context, taskID string) (int, error)
- func (r *YAMLRepository) List(ctx context.Context, taskID string, taskIDs []string, limit, offset int) ([]*tasklog.TaskLog, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YAMLRepository ¶
type YAMLRepository struct {
// contains filtered or unexported fields
}
func NewYAMLRepository ¶
func NewYAMLRepository(s storage.Storage) *YAMLRepository
func (*YAMLRepository) DeleteByTaskID ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.