api

package
v0.0.3-rc3 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	BaseURL *url.URL
	Token   string
	// contains filtered or unexported fields
}

Client for the SYN API

func NewClient

func NewClient(httpClient *http.Client) *Client

NewClient creates a default API client

func (*Client) RegisterCluster

func (c *Client) RegisterCluster(ctx context.Context, cloudType, cloudRegion, distribution, publicKey string) (*GitInfo, error)

RegisterCluster registers a new cluster to the SYN API

type GitInfo

type GitInfo struct {
	URL           string              `json:"url"`
	HostName      string              `json:"host_name"`
	RepoName      string              `json:"repo_name"`
	RepoNamespace string              `json:"repo_namespace"`
	HostKeys      []map[string]string `json:"host_keys"`
}

GitInfo represents information about a git repository

Jump to

Keyboard shortcuts

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