Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Marshal ¶
func Marshal(app Application) ([]byte, error)
Types ¶
type Application ¶
type Application struct { Name string `yaml:"name"` Version string `yaml:"version"` Endpoints []Endpoint }
func Unmarshal ¶
func Unmarshal(content []byte) (Application, error)
Click to show internal directories.
Click to hide internal directories.