Documentation
¶
Index ¶
Constants ¶
View Source
const (
VAULT_ROOT_TOKEN = "VAULT_ROOT_TOKEN"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionsGetOptions ¶
type ActionsGetOptions struct {
EnvID string `json:"env_id,omitempty" graphql:"env_id,omitempty"`
}
type Event ¶
type Event struct {
ID string `json:"id,omitempty" graphql:"id,omitempty"`
CreatedAt time.Time `json:"created_at,omitempty" graphql:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty" graphql:"updated_at,omitempty"`
Name string `json:"name,omitempty" graphql:"name,omitempty"`
IntegrationID string `json:"integration_id,omitempty" graphql:"integration_id,omitempty"`
EnvID string `json:"env_id,omitempty" graphql:"env_id,omitempty"`
EntityDetails map[string]interface{} `json:"entity_details,omitempty" graphql:"entity_details,omitempty"`
Integration integrationsCommons.Integration `json:"integration,omitempty" graphql:"integration,omitempty"`
}
func (*Event) GetEntityLink ¶
Get the link of the entity link by the type of it's integration.
func (*Event) GetEntityTitle ¶
Get the title of the entity by the type of it's integration.
func (*Event) GetEntityType ¶
Get the type of entity by the type of it's integration.
Click to show internal directories.
Click to hide internal directories.