Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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 ¶
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
Click to show internal directories.
Click to hide internal directories.