cloud

package
v0.10.14 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2019 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

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

Variables

Functions

func URL

func URL(cloudAddress string) *url.URL

Types

type Address

type Address string

an address like cloud.tilt.dev or localhost:10450

func ProvideAddress

func ProvideAddress() Address

type CloudUsernameManager

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

func NewUsernameManager

func NewUsernameManager(client HttpClient) *CloudUsernameManager

func (*CloudUsernameManager) CheckUsername added in v0.10.7

func (c *CloudUsernameManager) CheckUsername(ctx context.Context, st store.RStore, blocking bool)

func (*CloudUsernameManager) OnChange

func (c *CloudUsernameManager) 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 struct {
	// contains filtered or unexported fields
}

func NewSnapshotUploader added in v0.10.14

func NewSnapshotUploader(client HttpClient, addr Address) SnapshotUploader

func (SnapshotUploader) IDToSnapshotURL added in v0.10.14

func (s SnapshotUploader) IDToSnapshotURL(id SnapshotID) string

func (SnapshotUploader) Upload added in v0.10.14

func (s SnapshotUploader) Upload(token token.Token, teamID string, reader io.Reader) (SnapshotID, error)

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 Address) *UpdateUploader

func (*UpdateUploader) OnChange added in v0.10.14

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

Jump to

Keyboard shortcuts

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