Home
last modified time | relevance | path

Searched defs:RunTriggerCreateOptions (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-tfe/
H A Drun_trigger.go24 …Create(ctx context.Context, workspaceID string, options RunTriggerCreateOptions) (*RunTrigger, err…
101 type RunTriggerCreateOptions struct { struct
103 ID string `jsonapi:"primary,run-triggers"`
106 Sourceable *Workspace `jsonapi:"relation,sourceable"`
109 func (o RunTriggerCreateOptions) valid() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/go-tfe/
H A Drun_trigger.go24 …Create(ctx context.Context, workspaceID string, options RunTriggerCreateOptions) (*RunTrigger, err…
101 type RunTriggerCreateOptions struct { struct
103 ID string `jsonapi:"primary,run-triggers"`
106 Sourceable *Workspace `jsonapi:"relation,sourceable"`
109 func (o RunTriggerCreateOptions) valid() error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-tfe/
H A Drun_trigger.go24 …Create(ctx context.Context, workspaceID string, options RunTriggerCreateOptions) (*RunTrigger, err…
101 type RunTriggerCreateOptions struct { struct
106 Type string `jsonapi:"primary,run-triggers"`
109 Sourceable *Workspace `jsonapi:"relation,sourceable"`
112 func (o RunTriggerCreateOptions) valid() error {