object

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object added in v0.2.0

type Object struct {
	Provider core.CloudProviders
	Path     []string
}

type WebsiteContainer added in v0.2.0

type WebsiteContainer struct {
	Provider core.CloudProviders
	// contains filtered or unexported fields
}

func NewWebsiteContainer added in v0.2.0

func NewWebsiteContainer(provider core.CloudProviders, path []string, indexFile string) (WebsiteContainer, error)

func (*WebsiteContainer) ResolveObject added in v0.2.0

func (this *WebsiteContainer) ResolveObject(path []string) (Object, error)

type Writer

type Writer interface {
	ModifyHeaders(ctx context.Context, headers http.Header) error
	WriteContent(ctx context.Context, out io.Writer) (int64, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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