Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CodespacesSecretPayload ¶
type CodespacesSecretPayload struct { EncryptedValue string `json:"encrypted_value"` Repositories []string `json:"selected_repository_ids,omitempty"` KeyID string `json:"key_id"` }
The Codespaces Secret API currently expects repositories IDs as strings
type SecretPayload ¶
type SetOptions ¶
type SetOptions struct { HttpClient func() (*http.Client, error) IO *iostreams.IOStreams Config func() (config.Config, error) BaseRepo func() (ghrepo.Interface, error) RandomOverride func() io.Reader SecretName string OrgName string EnvName string UserSecrets bool Body string DoNotStore bool Visibility string RepositoryNames []string EnvFile string Application string }
Click to show internal directories.
Click to hide internal directories.