Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockPandoraWithPrefix ¶
NewMockPandoraWithPrefix 测试的mock pandora server
Types ¶
type GetRepoResult ¶
type GetRepoResult struct { Region string `json:"region"` Schema []pipeline.RepoSchemaEntry `json:"schema"` Group string `json:"group"` DerivedFrom string `json:"derivedFrom" bson:"-"` }
type PostReposReq ¶
type PostReposReq struct { Schema []pipeline.RepoSchemaEntry `json:"schema"` Region string `json:"region"` }
Click to show internal directories.
Click to hide internal directories.