control

package
v0.0.0-...-918fe8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL