Discover Packages
github.com/nullify-platform/cli
internal
models
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 17, 2023
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 AuthSources struct {
NullifyToken string `arg:"--nullify-token" help:"Nullify API token"`
GitHubToken string `arg:"--github-token" help:"GitHub actions job token to exchange for a Nullify API token"`
}
type RequestDashboardTarget struct {
GitHubRepository string `query:"githubRepository,omitempty" json:"githubRepository,omitempty"`
}
type RequestProvider struct {
GitHubOwnerID int64 `query:"githubOwnerId,omitempty" json:"githubOwnerId,omitempty"`
GitHubOwner string `query:"githubOwner,omitempty" json:"githubOwner,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.