Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoesToEleven/GolangTraining
/ GithubAPI
Struct
GithubAPI
27_code-in-process/68_task-queue/03_github/github.go:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
GithubAPI
struct
{
50
ctx context.Context
51
accessToken string
52
username string
53
}
54
55
type
CommitStats
struct
{
56
Additions, Deletions int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected