platform

package
v0.0.0-...-49e3a78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CronTriggerName = "Raika_CronTrigger"
View Source
const HTTPTriggerName = "Raika_HTTPTrigger"

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticateOptions

type AuthenticateOptions map[string]string

type Cloud

type Cloud interface {
	String() string
	Platform() types.Platform
	GetID() string
	Authenticate() error
	CreateFunction(opts CreateFunctionOptions) (string, error)
}

type CreateFunctionOptions

type CreateFunctionOptions struct {
	Name                  string
	Description           string
	MemorySize            int64
	EnvironmentVariables  map[string]string
	InitializationTimeout time.Duration
	RuntimeTimeout        time.Duration
	File                  string

	TriggerType string
	CronString  string
	HTTPPort    int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL