Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileMeta ¶
type FileMeta struct {
Classes *symbols.Classes
Funcs *symbols.Functions
Files *symbols.Files
Constants *symbols.Constants
CountCommentLine int64
CountAnonymousFunctions int64
}
FileMeta describes the data to be cached.
func NewFileMeta ¶
func NewFileMeta() FileMeta
NewFileMeta returns a new FileMeta instance with pre-allocated fields.
Click to show internal directories.
Click to hide internal directories.