Documentation
¶
Index ¶
- func Create(options map[string]interface{}) (map[string]interface{}, error)
- func Delete(options map[string]interface{}) (bool, error)
- func Read(options map[string]interface{}) (map[string]interface{}, error)
- func Update(options map[string]interface{}) (map[string]interface{}, error)
- type Build
- type Coverage
- type Docker
- type Image
- type Options
- type Registry
- type RegistryType
- type Tag
- type Test
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Owner string Org string Repo string Branch string Language *ga.Language Build *Build Test *Test Docker *Docker }
Options is the struct for configurations of the githubactions plugin.
type Registry ¶ added in v0.5.0
type Registry struct { // only support dockerhub now Type RegistryType Username string Repository string }
type RegistryType ¶ added in v0.5.0
type RegistryType string
const ( RegistryDockerhub RegistryType = "dockerhub" RegistryHarbor RegistryType = "harbor" )
Click to show internal directories.
Click to hide internal directories.