mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 18:01:39 +00:00
15 lines
467 B
Go
15 lines
467 B
Go
// Code generated from Pkl module `common.types.DWN`. DO NOT EDIT.
|
|||
|
|
package dwn
|
||
|
|
|
||
|
|
type Environment struct {
|
||
|
|
IsDevelopment bool `pkl:"isDevelopment" json:"isDevelopment,omitempty"`
|
||
|
|
|
||
|
|
CacheVersion string `pkl:"cacheVersion" json:"cacheVersion,omitempty"`
|
||
|
|
|
||
|
|
HttpserverPath string `pkl:"httpserverPath" json:"httpserverPath,omitempty"`
|
||
|
|
|
||
|
|
WasmExecPath string `pkl:"wasmExecPath" json:"wasmExecPath,omitempty"`
|
||
|
|
|
||
|
|
WasmPath string `pkl:"wasmPath" json:"wasmPath,omitempty"`
|
||
|
|
}
|