Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyFunction ¶
Types ¶
type ErrFunctionNotFound ¶
type ErrFunctionNotFound struct {
// contains filtered or unexported fields
}
func (ErrFunctionNotFound) Error ¶
func (e ErrFunctionNotFound) Error() string
type ErrInvalidGoSource ¶
type ErrInvalidGoSource struct {
// contains filtered or unexported fields
}
func (ErrInvalidGoSource) Error ¶
func (e ErrInvalidGoSource) Error() string
type ErrTypeNotFound ¶
type ErrTypeNotFound struct {
// contains filtered or unexported fields
}
func (ErrTypeNotFound) Error ¶
func (e ErrTypeNotFound) Error() string
type HTTPFetcher ¶
type HTTPFetcher struct {
URL string
}
func (HTTPFetcher) Fetch ¶
func (H HTTPFetcher) Fetch() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.