models

package
v0.0.1-beta Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2018 License: BSD-3-Clause Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AvailableLang

type AvailableLang struct {
	Name              string
	SingleLineComment Comment
	MultiLineComment  Comment
}

type Comment

type Comment struct {
	Start string
	End   string
}

type Lang

type Lang struct {
	Name              string
	FilesCount        int
	LinesCount        int
	BlankLinesCount   int
	CommentLinesCount int
	CodeLinesCount    int
}

func (Lang) ToString

func (lang Lang) ToString() string

Jump to

Keyboard shortcuts

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