testing

package
v0.6.28 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const CreateRequest = `
{
	"client_id": 1,
	"state": "ACTIVE",
	"name": "default"
}
`
View Source
const CreateResponse = GetResponse
View Source
const DeleteResponse = `
{
  "tasks": [
    "50f53a35-42ed-40c4-82b2-5a37fb3e00bc"
  ]
}
`
View Source
const GetResponse = `` /* 135-byte string literal not displayed */
View Source
const ListResponse = `` /* 204-byte string literal not displayed */
View Source
const UpdateRequest = `
{
	"name": "default",
	"description": "description"
}	
`
View Source
const UpdateResponse = GetResponse

Variables

View Source
var (
	Project1 = projects.Project{
		ID:          1,
		ClientID:    1,
		Name:        "default",
		Description: "",
		State:       types.ProjectStateActive,
		TaskID:      nil,
		CreatedAt:   createdTime,
	}

	ExpectedProjectSlice = []projects.Project{Project1}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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