gqlclient

package
v0.0.0-...-a423d60 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(gqlClient *gcli.Client) *client

NewClient constructs a client

Types

type ApplicationBundles

type ApplicationBundles struct {
	Bundles graphql.BundlePageExt `json:"bundles"`
}

ApplicationBundles contains Bundle page for an application

func (*ApplicationBundles) GetBundlesEndCursor

func (a *ApplicationBundles) GetBundlesEndCursor() string

GetBundlesEndCursor returns bundles page end cursor

type BundleInstanceAuthInput

type BundleInstanceAuthInput interface{}

BundleInstanceAuthInput represents the input needed by the bundle instance auth modify functions

type CreateBundleInstanceAuthInput

type CreateBundleInstanceAuthInput struct {
	BundleID    string
	RuntimeID   string
	Credentials credentials.Credentials
}

CreateBundleInstanceAuthInput represents the input needed by the CreateBundleInstanceAuth function

type DeleteBundleInstanceAuthInput

type DeleteBundleInstanceAuthInput struct {
	Bundle    *graphql.BundleExt
	RuntimeID string
}

DeleteBundleInstanceAuthInput represents the input needed by the DeleteBundleInstanceAuth function

type UpdateBundleInstanceAuthInput

type UpdateBundleInstanceAuthInput struct {
	Bundle      *graphql.BundleExt
	RuntimeID   string
	Credentials credentials.Credentials
}

UpdateBundleInstanceAuthInput represents the input needed by the UpdateBundleInstanceAuth function

Jump to

Keyboard shortcuts

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