fix(typo): What's a APY ...
Some checks failed
Gouick/pipeline/head There was a failure building this commit
Some checks failed
Gouick/pipeline/head There was a failure building this commit
This commit is contained in:
@ -19,11 +19,11 @@ func GetApiType(in models.ApiTypeName) (ApiTypeInterface, error) {
|
||||
}
|
||||
|
||||
switch in {
|
||||
case models.ApyTypeName_GIN_GONIC:
|
||||
case models.ApiTypeName_GIN_GONIC:
|
||||
return gin_gonic.ApiType{}, nil
|
||||
case models.ApyTypeName_GO_SWAGGER:
|
||||
case models.ApiTypeName_GO_SWAGGER:
|
||||
return go_swagger.ApiType{}, nil
|
||||
case models.ApyTypeName_MOJOLICIOUS:
|
||||
case models.ApiTypeName_MOJOLICIOUS:
|
||||
return mojolicious.ApiType{}, nil
|
||||
}
|
||||
|
||||
|
@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func (a ApiType) GetName() models.ApiTypeName {
|
||||
return models.ApyTypeName_NULL
|
||||
return models.ApiTypeName_NULL
|
||||
}
|
||||
|
@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func (a ApiType) GetName() models.ApiTypeName {
|
||||
return models.ApyTypeName_GIN_GONIC
|
||||
return models.ApiTypeName_GIN_GONIC
|
||||
}
|
||||
|
@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func (a ApiType) GetName() models.ApiTypeName {
|
||||
return models.ApyTypeName_GO_SWAGGER
|
||||
return models.ApiTypeName_GO_SWAGGER
|
||||
}
|
||||
|
@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
func (a ApiType) GetName() models.ApiTypeName {
|
||||
return models.ApyTypeName_MOJOLICIOUS
|
||||
return models.ApiTypeName_MOJOLICIOUS
|
||||
}
|
||||
|
Reference in New Issue
Block a user