Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultGroupEpoch = 0
View Source
const DefaultGroupId = "TODO"
View Source
const DefaultWorkspaceEpoch = 0
Variables ¶
This section is empty.
Functions ¶
func SplitGroupId ¶
Types ¶
type CreateTodosParams ¶
type DeleteTodosParams ¶
type EntityReference ¶
type ErrBadRequest ¶
type ErrBadRequest string
func (ErrBadRequest) Error ¶
func (e ErrBadRequest) Error() string
type ErrNotFound ¶
type ErrNotFound string
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
type ListTodosPage ¶
type ListTodosParams ¶
type Modelling ¶
type Modelling interface { HealthZ(ctx context.Context) error GetTodo(ctx context.Context, workspaceId string, id string) (*Todo, error) ListTodos(ctx context.Context, workspaceId string, params ListTodosParams) (*ListTodosPage, error) CreateTodo(ctx context.Context, workspaceId string, params CreateTodosParams) (*Todo, error) DeleteTodo(ctx context.Context, workspaceId string, id string, params DeleteTodosParams) error Close(ctx context.Context) error }
Click to show internal directories.
Click to hide internal directories.