Documentation ¶
Index ¶
- func ByteSlicePtr(bytes []byte) *[]byte
- func Compress(data []byte) (compressedBytes []byte, err error)
- func Decode(encoded string) (data []byte, err error)
- func Decompress(compressedBytes []byte) (data []byte, err error)
- func Deserialize(serialized string, data interface{}) (err error)
- func DirExists(path string) bool
- func Encode(data []byte) (encoded string)
- func FileExists(path string) bool
- func ReadChildFromYAML(filePath, nodePath string, out any) error
- func ReadFromYAML(filePath string, out any) error
- func Serialize(data interface{}) (string, error)
- func StringPtr(s string) *string
- func WriteToFile(filePath string, content []byte) error
- func WriteToYAML(filePath, notice string, data any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteSlicePtr ¶
func Decompress ¶
func Deserialize ¶
func FileExists ¶
func ReadChildFromYAML ¶
func ReadFromYAML ¶
func WriteToFile ¶
func WriteToYAML ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.