README
¶
vc service
Version Control Fetcher service
Quick start
Development
go mod download
go run main.go
Test
go test -v -cover ./...
Coverage Func
go test -coverprofile=c.out ./...
go tool cover -func c.out
Coverage HTML
go test -coverprofile=c.out ./...
go tool cover -html c.out
Deployment
go mod download
go build ./...
./josegptcom
Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeService ¶
type VCCache ¶
type VCCache struct {
// contains filtered or unexported fields
}
func NewVCCache ¶
func NewVCCache(t TimeService, s VCService) *VCCache
Click to show internal directories.
Click to hide internal directories.