global

package
v0.0.0-...-275110d Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvironmentPrefix = "fugu"
)

Variables

This section is empty.

Functions

func GetProgrammingLanguages

func GetProgrammingLanguages() []string

Types

type Architecture

type Architecture uint8
const (
	// Architectures
	UndefinedArchitecture Architecture = iota
	I386
	Amd64
)

func ArchitectureEnum

func ArchitectureEnum(in string) Architecture

func (Architecture) GetChunkSize

func (a Architecture) GetChunkSize() uint

func (Architecture) String

func (a Architecture) String() string

type Language

type Language uint16
const (
	// Programming languages
	UndefinedLanguage Language = iota
	Go
	C
	Java
)

func LanguageEnum

func LanguageEnum(in string) Language

func (Language) String

func (l Language) String() string

Jump to

Keyboard shortcuts

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