fix typos
Signed-off-by: mooncake <xcoder@tenxcloud.com> Signed-off-by: Bily Zhang <xcoder@tenxcloud.com>
This commit is contained in:
parent
64b7575802
commit
5160003b4d
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ func experimentalHandler(ctx context.Context, w http.ResponseWriter, r *http.Req
|
|||
return notImplementedError{}
|
||||
}
|
||||
|
||||
// Handler returns returns the APIFunc to let the server wrap it in middlewares.
|
||||
// Handler returns the APIFunc to let the server wrap it in middlewares.
|
||||
func (r *experimentalRoute) Handler() httputils.APIFunc {
|
||||
return r.handler
|
||||
}
|
||||
|
|
|
@ -113,7 +113,7 @@ func (b *BuildArgs) GetAllAllowed() map[string]string {
|
|||
return b.getAllFromMapping(b.allowedBuildArgs)
|
||||
}
|
||||
|
||||
// GetAllMeta returns a mapping with all the meta meta args
|
||||
// GetAllMeta returns a mapping with all the meta args
|
||||
func (b *BuildArgs) GetAllMeta() map[string]string {
|
||||
return b.getAllFromMapping(b.allowedMetaArgs)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue