Documentation ¶
Overview ¶
zazabul: A configuration file format
Sample
// email is used for communication // email must follow the format for email ie username@host.ext // email is compulsory email: banker@banban.com // region should be gotten from google cloud documentation region: us-central1 // zone should be gotten from google cloud documentation // zone usually derived from the regions and ending with -a or -b or -c zone: us-central1-a
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Items []ConfigItem
}
func LoadConfigFile ¶
Returns a config written in the zazabul format.
func ParseConfig ¶
Default (most comfortable) way of creating a Config object.
type ConfigItem ¶
Click to show internal directories.
Click to hide internal directories.