cloud

package
v0.26.3 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const TiltTeamIDNameHeaderName = "X-Tilt-TeamID"
View Source
const TiltTokenHeaderName = "X-Tilt-Token"

Variables

Functions

func WriteSnapshotTo added in v0.14.0

func WriteSnapshotTo(ctx context.Context, snapshot *proto_webview.Snapshot, w io.Writer) error

Types

type CloudStatusManager added in v0.14.0

type CloudStatusManager struct {
	// contains filtered or unexported fields
}

func NewStatusManager added in v0.14.0

func NewStatusManager(client HttpClient, clock clockwork.Clock) *CloudStatusManager

func (*CloudStatusManager) CheckStatus added in v0.14.0

func (c *CloudStatusManager) CheckStatus(ctx context.Context, st store.RStore, cloudAddress string, requestKey statusRequestKey, blocking bool)

func (*CloudStatusManager) OnChange added in v0.14.0

type HttpClient

type HttpClient interface {
	Do(req *http.Request) (*http.Response, error)
}

func ProvideHttpClient

func ProvideHttpClient() HttpClient

type SnapshotID added in v0.10.14

type SnapshotID string

type SnapshotUploader added in v0.10.14

type SnapshotUploader interface {
	Upload(token token.Token, teamID string, snapshot *proto_webview.Snapshot) (SnapshotID, error)
	IDToSnapshotURL(id SnapshotID) string
}

func NewSnapshotUploader added in v0.10.14

func NewSnapshotUploader(client HttpClient, addr cloudurl.Address) SnapshotUploader

type Snapshotter added in v0.20.5

type Snapshotter struct {
	// contains filtered or unexported fields
}

func NewSnapshotter added in v0.20.5

func NewSnapshotter(st store.RStore, client ctrlclient.Client) *Snapshotter

func (*Snapshotter) WriteSnapshot added in v0.20.5

func (s *Snapshotter) WriteSnapshot(ctx context.Context, path string)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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