Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerCompose ¶
type DockerCompose struct { File fileparser.File Data compose.DockerCompose }
DockerCompose has a file pointer and a structured data
func GetDockerCompose ¶
func GetDockerCompose() (DockerCompose, error)
GetDockerCompose load a docker-compose.yml file and your data inside data field
func (*DockerCompose) Save ¶
func (dc *DockerCompose) Save() error
Save convert data to byte and trigger save file
type PurrgilFile ¶
PurrgilFile has a file pointer and a structured data
func GetPurrgilFile ¶
func GetPurrgilFile() (PurrgilFile, error)
GetPurrgilFile load a purrgil.yml file and your data inside data field
func (*PurrgilFile) Save ¶
func (dc *PurrgilFile) Save() error
Save convert data to byte and trigger save file
Click to show internal directories.
Click to hide internal directories.