stldevs

package module
v0.0.0-...-9b27fc7 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: MIT Imports: 3 Imported by: 0

README

stldevs

St. Louis software developer/programmer/designer profiles

motivations

  • St. Louis developers that contribute to open source should be more visible
  • St. Louis developers that are interested in certain languages and technologies need an easier way to find each other
  • St. Louis companies need ways to view developers without going through recruiters that already have systems to scrape Github
  • Fun!

contributing

Pull requests are welcome!

UI developers look here: https://github.com/jakecoffman/stldevs-sapper

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	Owner            *string
	Name             *string
	FullName         *string              `json:",omitempty"`
	Description      *string              `json:",omitempty"`
	Homepage         *string              `json:",omitempty"`
	DefaultBranch    *string              `json:",omitempty"`
	MasterBranch     *string              `json:",omitempty"`
	CreatedAt        *time.Time           `json:",omitempty"`
	PushedAt         *time.Time           `json:",omitempty"`
	UpdatedAt        *time.Time           `json:",omitempty"`
	HTMLURL          *string              `json:",omitempty"`
	CloneURL         *string              `json:",omitempty"`
	GitURL           *string              `json:",omitempty"`
	MirrorURL        *string              `json:",omitempty"`
	SSHURL           *string              `json:",omitempty"`
	SVNURL           *string              `json:",omitempty"`
	Language         *string              `json:",omitempty"`
	Fork             *bool                `json:",omitempty"`
	ForksCount       *int                 `json:",omitempty"`
	NetworkCount     *int                 `json:",omitempty"`
	OpenIssuesCount  *int                 `db:"open_issues_count" json:",omitempty"`
	StargazersCount  *int                 `json:",omitempty"`
	SubscribersCount *int                 `json:",omitempty"`
	WatchersCount    *int                 `json:",omitempty"`
	Size             *int                 `json:",omitempty"`
	AutoInit         *bool                `json:",omitempty"`
	Organization     *github.Organization `json:",omitempty"`
	Permissions      *map[string]bool     `json:",omitempty"`
	Private          *bool                `json:",omitempty"`
	HasIssues        *bool                `json:",omitempty"`
	HasWiki          *bool                `json:",omitempty"`
	HasDownloads     *bool                `json:",omitempty"`
	TeamID           *int                 `json:",omitempty"`
	RefreshedAt      *time.Time           `json:",omitempty"`

	// API URLs
	URL              *string `json:",omitempty"`
	ArchiveURL       *string `json:",omitempty"`
	AssigneesURL     *string `json:",omitempty"`
	BlobsURL         *string `json:",omitempty"`
	BranchesURL      *string `json:",omitempty"`
	CollaboratorsURL *string `json:",omitempty"`
	CommentsURL      *string `json:",omitempty"`
	CommitsURL       *string `json:",omitempty"`
	CompareURL       *string `json:",omitempty"`
	ContentsURL      *string `json:",omitempty"`
	ContributorsURL  *string `json:",omitempty"`
	DownloadsURL     *string `json:",omitempty"`
	EventsURL        *string `json:",omitempty"`
	ForksURL         *string `json:",omitempty"`
	GitCommitsURL    *string `json:",omitempty"`
	GitRefsURL       *string `json:",omitempty"`
	GitTagsURL       *string `json:",omitempty"`
	HooksURL         *string `json:",omitempty"`
	IssueCommentURL  *string `json:",omitempty"`
	IssueEventsURL   *string `json:",omitempty"`
	IssuesURL        *string `json:",omitempty"`
	KeysURL          *string `json:",omitempty"`
	LabelsURL        *string `json:",omitempty"`
	LanguagesURL     *string `json:",omitempty"`
	MergesURL        *string `json:",omitempty"`
	MilestonesURL    *string `json:",omitempty"`
	NotificationsURL *string `json:",omitempty"`
	PullsURL         *string `json:",omitempty"`
	ReleasesURL      *string `json:",omitempty"`
	StargazersURL    *string `json:",omitempty"`
	StatusesURL      *string `json:",omitempty"`
	SubscribersURL   *string `json:",omitempty"`
	SubscriptionURL  *string `json:",omitempty"`
	TagsURL          *string `json:",omitempty"`
	TreesURL         *string `json:",omitempty"`
	TeamsURL         *string `json:",omitempty"`
}

func (Repository) String

func (u Repository) String() string

Directories

Path Synopsis
cmd
web
dev
run

Jump to

Keyboard shortcuts

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