cloud

package
v0.13.6 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 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 ToSnapshot added in v0.12.7

func ToSnapshot(state store.EngineState) (*proto_webview.Snapshot, error)

func WriteSnapshot added in v0.12.7

func WriteSnapshot(ctx context.Context, store *store.Store, path string)

func WriteSnapshotTo added in v0.12.7

func WriteSnapshotTo(ctx context.Context, state store.EngineState, w io.Writer) error

Types

type CloudStatusManager added in v0.12.10

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

func NewStatusManager added in v0.12.10

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

func (*CloudStatusManager) CheckStatus added in v0.12.10

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

func (*CloudStatusManager) OnChange added in v0.12.10

func (c *CloudStatusManager) OnChange(ctx context.Context, st store.RStore)

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 {
	TakeAndUpload(state store.EngineState) (SnapshotID, error)
	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 UpdateUploader added in v0.10.14

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

func NewUpdateUploader added in v0.10.14

func NewUpdateUploader(client HttpClient, addr cloudurl.Address) *UpdateUploader

func (*UpdateUploader) OnChange added in v0.10.14

func (u *UpdateUploader) OnChange(ctx context.Context, st store.RStore)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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