Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { cdn.Uploader cdn.Downloader }
Environment used to configure the behaviour of calls to the cdn library.
func (*Environment) Include ¶
func (env *Environment) Include(options ...func(*Environment)) script.Option
Include the cdn library in a script environment.
func (*Environment) Library ¶
func (env *Environment) Library(options ...func(*Environment)) script.Library
Library prepares a new cdn library for use within a script environment.
Click to show internal directories.
Click to hide internal directories.