Documentation ¶ Index ¶ func ParseEnvFile(envFilePath string, fsys afero.Fs) ([]string, error) func Run(ctx context.Context, slug string, envFilePath string, noVerifyJWT *bool, ...) error func ServeFunctions(ctx context.Context, envFilePath string, noVerifyJWT *bool, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseEnvFile ¶ added in v1.27.6 func ParseEnvFile(envFilePath string, fsys afero.Fs) ([]string, error) func Run ¶ func Run(ctx context.Context, slug string, envFilePath string, noVerifyJWT *bool, importMapPath string, fsys afero.Fs) error func ServeFunctions ¶ added in v1.49.0 func ServeFunctions(ctx context.Context, envFilePath string, noVerifyJWT *bool, importMapPath string, fsys afero.Fs) error Types ¶ This section is empty. Source Files ¶ View all Source files serve.go Click to show internal directories. Click to hide internal directories.