Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2022 Changes in this version + type GenerateParams struct + Params map[string]string + Repo string + Service string + type GithubCreateReq struct + Password string + type GithubGetResp struct + Configured bool + CreatedAt time.Time + Email string + UpdatedAt time.Time + type Pagination struct + Page int64 + PageSize int64 + type TemplateGenerateReq struct + Generate GenerateParams + Template TemplateParams + type TemplateGenerateResp struct + Branch string + Repo string + type TemplateGetBranchesReq struct + Source string + type TemplateGetBranchesResp struct + Branches []string + type TemplateGetParamsReq struct + Branch string + Path string + Source string + type TemplateGetParamsResp struct + Params []TemplateParam + type TemplateGetPathReq struct + Branch string + Source string + type TemplateGetPathResp struct + Path []string + type TemplateParam struct + Name string + Tip string + type TemplateParams struct + Branch string + Path string + Source string