Discover Packages
github.com/Hyphen/cli
internal
package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Jun 5, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AppReference struct {
ID string `json:"id"`
Name string `json:"name"`
AlternativeId string `json:"alternativeId"`
}
type OrganizationReference struct {
ID string `json:"id"`
Name string `json:"name"`
}
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 struct {
ID string `json:"id"`
AlternativeId string `json:"alternativeId"`
Name string `json:"name"`
}
type ProjectEnvironmentWithWildCardReference struct {
ID string `json:"id"`
Name string `json:"name"`
}
type ProjectReference struct {
ID string `json:"id"`
Name string `json:"name"`
AlternativeId string `json:"alternativeId"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.