Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultOrganization = "local"
)
Variables ¶
View Source
var (
ErrNotAuthenticated = errors.New("You must be authenticated to use this command. Please run 'scale auth login' to authenticate.")
)
Functions ¶
func PostRunAuthenticatedAPI ¶
Types ¶
type ParsedFunction ¶
func ParseFunction ¶
func ParseFunction(fn string) *ParsedFunction
type ScaleFunctionNamedReadCloser ¶
type ScaleFunctionNamedReadCloser struct {
// contains filtered or unexported fields
}
func NewScaleFunctionNamedReadCloser ¶
func NewScaleFunctionNamedReadCloser(sf *scalefunc.ScaleFunc) *ScaleFunctionNamedReadCloser
func (*ScaleFunctionNamedReadCloser) Close ¶
func (s *ScaleFunctionNamedReadCloser) Close() error
func (*ScaleFunctionNamedReadCloser) Name ¶
func (s *ScaleFunctionNamedReadCloser) Name() string
Click to show internal directories.
Click to hide internal directories.