Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) UpdateList ¶
type TransactionManager ¶
type TransactionManager interface {
ReadOnly(ctx context.Context, f database.ReadOnlyFunc) error
UpdatePriorityList(ctx context.Context, f database.TaskPriorityUpdateFunc) error
}
Click to show internal directories.
Click to hide internal directories.