response

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PaginatedBackendResponse

type PaginatedBackendResponse struct {
	Backends    []*entity.Backend `json:"backends"`
	Total       int               `json:"total"`
	CurrentPage int               `json:"currentPage"`
	PageSize    int               `json:"pageSize"`
}

type PaginatedModuleResponse

type PaginatedModuleResponse struct {
	Modules            []*entity.Module            `json:"modules"`
	ModulesWithVersion []*entity.ModuleWithVersion `json:"modulesWithVersion"`
	Total              int                         `json:"total"`
	CurrentPage        int                         `json:"currentPage"`
	PageSize           int                         `json:"pageSize"`
}

type PaginatedOrganizationResponse

type PaginatedOrganizationResponse struct {
	Organizations []*entity.Organization `json:"organizations"`
	Total         int                    `json:"total"`
	CurrentPage   int                    `json:"currentPage"`
	PageSize      int                    `json:"pageSize"`
}

type PaginatedProjectResponse

type PaginatedProjectResponse struct {
	Projects    []*entity.Project `json:"projects"`
	Total       int               `json:"total"`
	CurrentPage int               `json:"currentPage"`
	PageSize    int               `json:"pageSize"`
}

type PaginatedResourceResponse

type PaginatedResourceResponse struct {
	Resources   []*entity.Resource `json:"resources"`
	Total       int                `json:"total"`
	CurrentPage int                `json:"currentPage"`
	PageSize    int                `json:"pageSize"`
}

type PaginatedRunResponse

type PaginatedRunResponse struct {
	Runs        []*entity.Run `json:"runs"`
	Total       int           `json:"total"`
	CurrentPage int           `json:"currentPage"`
	PageSize    int           `json:"pageSize"`
}

type PaginatedSourceResponse

type PaginatedSourceResponse struct {
	Sources     []*entity.Source `json:"sources"`
	Total       int              `json:"total"`
	CurrentPage int              `json:"currentPage"`
	PageSize    int              `json:"pageSize"`
}

type PaginatedStackResponse

type PaginatedStackResponse struct {
	Stacks      []*entity.Stack `json:"stacks"`
	Total       int             `json:"total"`
	CurrentPage int             `json:"currentPage"`
	PageSize    int             `json:"pageSize"`
}

type PaginatedWorkspaceResponse

type PaginatedWorkspaceResponse struct {
	Workspaces  []*entity.Workspace `json:"workspaces"`
	Total       int                 `json:"total"`
	CurrentPage int                 `json:"currentPage"`
	PageSize    int                 `json:"pageSize"`
}

Jump to

Keyboard shortcuts

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