Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Index ¶
Index returns the index of 'ID' inside 'l'. If 'ID' is not inside 'l' Index() returns 0 and an error.
func ZeroSourceTreeIds ¶
ZeroSourceTreeIds is overwriting with 0 all id's from source code tree srcRoot. It does not touch idlist.
Types ¶
type Item ¶
type Item struct { ID int `json:"id"` // identifier FmtType string `json:"fmtType"` // format type (bitsize and number of fmt string parameters) FmtStrg string `json:"fmtStrg"` // format string Created int32 `json:"created"` // utc unix time of creation Removed int32 `json:"removed"` // utc unix time of disappearing in processed src directory }
Item is the basic element
type List ¶
type List []Item
List is a slice type containing the ID list
Click to show internal directories.
Click to hide internal directories.