pipes

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigInstance

func ConfigInstance() interface{}

func GetConfig

func GetConfig(connection *plugin.Connection) pipesConfig

GetConfig :: retrieve and cast connection config from query data

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Plugin creates this (pipes) plugin

Types

type IdentityDetails

type IdentityDetails struct {
	IdentityHandle string `json:"identity_handle"`
	IdentityType   string `json:"identity_type"`
}

type IdentityDetailsForProcess

type IdentityDetailsForProcess struct {
	IdentityHandle string `json:"identity_handle"`
	IdentityType   string `json:"identity_type"`
}

type IdentityWorkspaceDetails

type IdentityWorkspaceDetails struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type IdentityWorkspaceDetailsForAggregator

type IdentityWorkspaceDetailsForAggregator struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type IdentityWorkspaceDetailsForPipeline

type IdentityWorkspaceDetailsForPipeline struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type IdentityWorkspaceDetailsForProcess

type IdentityWorkspaceDetailsForProcess struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type IdentityWorkspaceDetailsForWorkspaceConn

type IdentityWorkspaceDetailsForWorkspaceConn struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type IdentityWorkspaceDetailsForWorkspaceMod

type IdentityWorkspaceDetailsForWorkspaceMod struct {
	IdentityHandle  string `json:"identity_handle"`
	IdentityType    string `json:"identity_type"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type OrgDetails

type OrgDetails struct {
	OrgHandle string `json:"org_handle"`
}

type OrgWorkspaceDetails

type OrgWorkspaceDetails struct {
	OrgHandle       string `json:"org_handle"`
	WorkspaceHandle string `json:"workspace_handle"`
}

type SnapshotData

type SnapshotData struct {
	Data openapi.WorkspaceSnapshotData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL