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)
Click to show internal directories.
Click to hide internal directories.