Documentation ¶
Index ¶
- Constants
- func NewFsArchive(path, descr, colname string, ref int, savepath string, debug bool) *fsarchive
- func NewFsarconf(a *fsarchive) *fsarconf
- func NewFsarstat(a *fsarchive) *fsarstat
- func NewJsonArchive(a *fsarchive) *jsonarchive
- func NewMRTArchive(path, descr, colname string, ref int, savepath string, debug bool) *mrtarchive
- func NewPbArchive(a *fsarchive) *pbarchive
- type ArchEntryFile
- type BgpStats
- type HelpMsg
- type MrtArchives
- type TimeEntrySlice
Constants ¶
View Source
const ( CONT_ADD int = iota CONT_GET CONT_EXISTS CONTCLISZ = 100 )
View Source
const (
HELPSTR = `` /* 3606-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func NewFsArchive ¶
func NewFsarconf ¶
func NewFsarconf(a *fsarchive) *fsarconf
func NewFsarstat ¶
func NewFsarstat(a *fsarchive) *fsarstat
func NewJsonArchive ¶
func NewJsonArchive(a *fsarchive) *jsonarchive
func NewMRTArchive ¶
func NewPbArchive ¶
func NewPbArchive(a *fsarchive) *pbarchive
Types ¶
type ArchEntryFile ¶
implements Sort interface by time.Time
func (ArchEntryFile) String ¶
func (a ArchEntryFile) String() string
type HelpMsg ¶
type HelpMsg struct { api.PutNotAllowed api.PostNotAllowed api.DeleteNotAllowed // contains filtered or unexported fields }
func (*HelpMsg) AddArchive ¶
func (h *HelpMsg) AddArchive(ar *fsarconf)
type MrtArchives ¶
type MrtArchives []*mrtarchive
type TimeEntrySlice ¶
type TimeEntrySlice []ArchEntryFile
func (TimeEntrySlice) Len ¶
func (p TimeEntrySlice) Len() int
func (TimeEntrySlice) Less ¶
func (p TimeEntrySlice) Less(i, j int) bool
func (TimeEntrySlice) String ¶
func (a TimeEntrySlice) String() string
func (TimeEntrySlice) Swap ¶
func (p TimeEntrySlice) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.