reqresp

package
v0.0.0-...-d51db54 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUserWithPasswordRequest

type CreateUserWithPasswordRequest struct {
	User   generic.User `json:"user"`
	Secret string       `json:"secret"`
}

type LoginWithPasswordRequest

type LoginWithPasswordRequest struct {
	Username string `json:"username"`
	Secret   string `json:"secret"`
}

type ReportRequest

type ReportRequest struct {
	Project   *int                `json:"project,omitempty"`
	StartDate *generic.CommonDate `json:"start_date,omitempty"`
	DueDate   *generic.CommonDate `json:"due_date,omitempty"`
}

type SearchIssues

type SearchIssues struct {
	Project   *int                 `json:"project,omitempty"`
	Name      *string              `json:"name,omitempty"`
	Status    *generic.IssueStatus `json:"status,omitempty"`
	StartDate *generic.CommonDate  `json:"start_date,omitempty"`
	DueDate   *generic.CommonDate  `json:"due_date,omitempty"`
	Registrar *int                 `json:"registrar,omitempty"`
}

type SearchTasks

type SearchTasks struct {
	Project   *int                  `json:"project,omitempty"`
	Name      *string               `json:"name,omitempty"`
	Status    *generic.TaskStatus   `json:"status,omitempty"`
	Priority  *generic.TaskPriority `json:"priority,omitempty"`
	StartDate *generic.CommonDate   `json:"start_date,omitempty"`
	DueDate   *generic.CommonDate   `json:"due_date,omitempty"`
	Assigner  *int                  `json:"assigner,omitempty"`
	Assignee  *int                  `json:"assignee,omitempty"`
	Issue     *int                  `json:"issue,omitempty"`
}

type UpdatePasswordRequest

type UpdatePasswordRequest struct {
	Secret string `json:"secret"`
}

Jump to

Keyboard shortcuts

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