Documentation ¶
Index ¶
- Constants
- func DeflateEncodedURL(content []byte) string
- func FindFiles(afs *afero.Afero, path string, re string) ([]string, error)
- func HexEncodedURL(content []byte) string
- func ReadFileContentBytes(afs *afero.Afero, filePath string) ([]byte, error)
- func ReadFileContentString(afs *afero.Afero, path string) (string, error)
- func ReplaceLineInFile(afs *afero.Afero, filePath string, searchString string, replaceString string) (bool, error)
Constants ¶
View Source
const ENCODING = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_"
View Source
const PLANTUML_URL = "http://www.plantuml.com/plantuml/png"
Variables ¶
This section is empty.
Functions ¶
func DeflateEncodedURL ¶
func HexEncodedURL ¶
func ReadFileContentBytes ¶
func ReadFileContentString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.