Documentation ¶ Index ¶ func ParsePathInfo(table, path string) (digest string, size int, ok bool) type File func ParseReader(sectionKey string, content io.Reader) (File, error) func ParseString(sectionKey, content string) (File, error) type Section Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParsePathInfo ¶ func ParsePathInfo(table, path string) (digest string, size int, ok bool) Types ¶ type File ¶ type File interface { Section(key string) Section } func ParseReader ¶ func ParseReader(sectionKey string, content io.Reader) (File, error) func ParseString ¶ func ParseString(sectionKey, content string) (File, error) type Section ¶ type Section interface { Get(key string) string } Source Files ¶ View all Source files control.go helpers.go Click to show internal directories. Click to hide internal directories.