models

package
v0.0.0-...-88dbfc4 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Languages = map[string]bool{
	"JavaScript": true,
	"Python":     true,
	"PHP":        true,
	"JAVA":       true,
	"C":          true,
	"C/C++":      true,
	"C# ":        true,
	"TypeScript": true,
	"Rust":       true,
	"Go":         true,
	"Lua":        true,
	"Shell":      true,
	"Kotlin":     true,
	"Ruby":       true,
}
View Source
var Skill = map[string]bool{
	"Testing":          true,
	"Frontend":         true,
	"Backend":          true,
	"DevOps":           true,
	"Tools":            true,
	"Scripting":        true,
	"UI Design":        true,
	"Cloud":            true,
	"Data Analysis":    true,
	"Networking":       true,
	"Machine Learning": true,
	"Embedded":         true,
	"Security":         true,
	"Databases":        true,
	"Algorithms":       true,
	"Hardware":         true,
	"vim":              true,
}

Functions

func Keys

func Keys(m map[string]bool) []string

Types

type ErrorMessage

type ErrorMessage struct {
	// Error message string
	// Example: error message
	Message string `json:"message"`
}

type Message

type Message struct {
	// message string
	// Example: resource created
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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