Versions in this module Expand all Collapse all v0 v0.2.0 Feb 4, 2019 Changes in this version + type ErrorResponse struct + DocumentationURL string + Message string + type Handler struct + Repo Repo + func (h *Handler) GetCode(c *gin.Context) + func (h *Handler) HealthCheck(c *gin.Context) + type Repo interface + GetRepoData func(ctx context.Context, userName string, repoName string) (*entity.Repo, error) + GetUserImage func(ctx context.Context, avatarURL string) (image.Image, error) + UploadImg func(img image.Image, Name string) (string, error) + type Response struct + CardURL string + RepositoryURL string + Value string