common

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppReference

type AppReference struct {
	ID            string `json:"id"`
	Name          string `json:"name"`
	AlternativeId string `json:"alternativeId"`
}

type OrganizationReference

type OrganizationReference struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type PaginatedResponse

type PaginatedResponse[T any] struct {
	Data     []T `json:"data"`
	PageNum  int `json:"pageNum,omitempty"`
	PageSize int `json:"pageSize,omitempty"`
	Total    int `json:"total,omitempty"`
}

type ProjectEnvironmentReference

type ProjectEnvironmentReference struct {
	ID            string `json:"id"`
	AlternativeId string `json:"alternativeId"`
	Name          string `json:"name"`
}

type ProjectEnvironmentWithWildCardReference

type ProjectEnvironmentWithWildCardReference struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type ProjectReference

type ProjectReference struct {
	ID            string `json:"id"`
	Name          string `json:"name"`
	AlternativeId string `json:"alternativeId"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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