Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Platform ¶
type Platform int
Platform represents the kind of environment thelma is running in. For example: locally, on a laptop; in ArgoCD; in GitHub actions; etc.
func Lookup ¶
func Lookup() Platform
Lookup best-effort attempt to guess platform based on the environment thelma is running in
func (*Platform) UnmarshalText ¶
UnmarshalText implement encoding.TextUnmarshaler interface so platform can be deserialized from config
Click to show internal directories.
Click to hide internal directories.