Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfig ¶
type ServiceConfig struct {
OpenApiFilePath string
OpenApiDoc *libopenapi.Document
BaseUrl string
// contains filtered or unexported fields
}
func NewServiceConfig ¶
func NewServiceConfig(file string) *ServiceConfig
func (*ServiceConfig) Load ¶
func (svc *ServiceConfig) Load() error
func (*ServiceConfig) OpenApiDocTitle ¶
func (svc *ServiceConfig) OpenApiDocTitle() string
type ServicesMapping ¶
type ServicesMapping map[string]interface{}
Click to show internal directories.
Click to hide internal directories.