data

package
v0.0.0-...-2487f57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateResponse

type CreateResponse struct {
	Success bool
	Message string
	Body    *Task
}

type DeleteResponse

type DeleteResponse struct {
	Success bool
	Message string
}

type IEntityService

type IEntityService interface {
	Create(ctx context.Context, taskMessage string) *CreateResponse
	List(ctx context.Context, limit int64) *ListResponse
	Delete(ctx context.Context, query string) *DeleteResponse
}

type ListResponse

type ListResponse struct {
	Success bool
	Message string
	Body    []Task
}

type Task

type Task struct {
	Id      uuid.UUID
	Message string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL