codefresh

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 22

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientOptions added in v0.2.1

type ClientOptions struct {
	Token       string
	Host        string
	Client      *http.Client
	GraphqlPath string
}

type Codefresh

type Codefresh interface {
	AppProxy(ctx context.Context, runtime string, insecure bool) (ap.AppProxyAPI, error)
	GraphQL() gql.GraphQLAPI
	Rest() rest.RestAPI
	InternalClient() *client.CfClient
}

func New

func New(opt *ClientOptions) Codefresh

Jump to

Keyboard shortcuts

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