Documentation ¶
Index ¶
- func StoreCompile(ctx context.Context, database services.Database, path string, data CompileData) error
- func StoreDeploy(ctx context.Context, database services.Database, data DeployData) error
- func StoreError(ctx context.Context, database services.Database, data Error) error
- func StoreShare(ctx context.Context, database services.Database, data ShareData) error
- func StoreWasmDeploy(ctx context.Context, database services.Database, data WasmDeploy) error
- type CompileContents
- type CompileData
- type CompilePackage
- type DeployContents
- type DeployData
- type Error
- type ShareData
- type WasmDeploy
- type WasmDeployFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StoreCompile ¶
func StoreDeploy ¶
func StoreError ¶
func StoreShare ¶
func StoreWasmDeploy ¶
Types ¶
type CompileContents ¶
type CompileContents struct { Main string Packages []CompilePackage }
type CompileData ¶
type CompileData struct { Path string Time time.Time Min CompileContents Max CompileContents Ip string Success bool Error string }
type CompilePackage ¶
type DeployContents ¶
type DeployContents struct { Index string Main string Packages []CompilePackage }
type DeployData ¶
type DeployData struct { Time time.Time Contents DeployContents Minify bool Ip string }
type WasmDeploy ¶
type WasmDeploy struct { Time time.Time Ip string Files []WasmDeployFile }
type WasmDeployFile ¶
Click to show internal directories.
Click to hide internal directories.