# Functions
No description provided by the author
ReadV1Alpha opens a file at the given path and returns a *WriteV1Alpha
Deprecated: Use V1BetaSchema instead.
ReadV1Beta opens a file at the given path and returns a *V1BetaSchema.
No description provided by the author
ValidString returns true if the string is valid for use with Scale Functions.
No description provided by the author
WriteV1Alpha opens a file at the given path and writes the given WriteV1Alpha to it
Deprecated: Use V1BetaSchema instead.
WriteV1Beta opens a file at the given path and writes the given V1BetaSchema to it.
# Constants
Go is the Golang Source Language for Scale Functions.
Rust is the Rust Source Language for Scale Functions.
TypeScript is the TypeScript Source Language for Scale Functions.
V1Alpha is the V1 Alpha definition of a Schema.
V1Beta is the V1 Beta definition of a Schema.
# Variables
AcceptedLanguages is an array of acceptable Languages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
V1AlphaDependency is a dependency of a compiled Scale Function.
V1AlphaSchema is the type used to define the requirements of a scale function for a Scale Runtime.
V1BetaExtension defines the extensions used by a Scale Function.
V1BetaSchema is the type used to define the requirements of a scale function for a Scale Runtime.
V1BetaSignature defines the signature used by a Scale Function.