models

package
v0.0.0-...-40a0aae Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AwaitingRequests

type AwaitingRequests struct {
	sync.RWMutex
	M map[int64]bool
}

type DataStore

type DataStore struct {
	sync.RWMutex
	ProjectsData       []map[string]interface{}
	GitData            map[string][]map[string]string
	RequestData        []string
	UserProjectIndex   map[int]int
	UserGitCommitIndex map[int]int
	Projects           map[int][]string
	Git                map[string][]map[string]string
}

type SkillsResponse

type SkillsResponse struct {
	Data   string `json:"data"`
	Status int    `json:"status"`
}

Jump to

Keyboard shortcuts

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