Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeRequests ¶
func MakeRequests(Requests []Request) (types.DomainResources, error)
Types ¶
type ApiDomain ¶
type ApiDomain struct { // Spec is the specification of the API requests Spec *ApiSpec `json:"spec,omitempty" yaml:"spec,omitempty"` }
func (ApiDomain) GetResources ¶
func (a ApiDomain) GetResources() (types.DomainResources, error)
func (ApiDomain) IsExecutable ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.