Documentation
¶
Overview ¶
Copyright © 2024 Teruaki Sato <andrea.pirlo.0529@gmail.com>
Copyright © 2024 Teruaki Sato <andrea.pirlo.0529@gmail.com>
Copyright © 2024 Teruaki Sato <andrea.pirlo.0529@gmail.com>
Copyright © 2024 Teruaki Sato <andrea.pirlo.0529@gmail.com>
Copyright © 2024 Teruaki Sato <andrea.pirlo.0529@gmail.com>
Index ¶
- Constants
- type Api
- type ApiKey
- type ApiList
- func (apiList *ApiList) Fixture(dir string) error
- func (apiList *ApiList) ListMd(path string) error
- func (apiList *ApiList) ListTsv(path string) error
- func (apiList *ApiList) Sql4Acl(path string) error
- func (apiList *ApiList) Sql4Kong(path string) error
- func (apiList *ApiList) Write(path string) error
- type Openapi
- type Request
- type Response
- type Server
- type Service
Constants ¶
View Source
const MOCK = "🟡 mock"
View Source
const PROD = "🟢 production"
View Source
const TRACE_ID = "SYS_SETUP"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiList ¶ added in v0.3.0
type ApiList struct {
WorkSpaceId string `yaml:"workSpaceId"`
InitIsMock bool `yaml:"initIsMock"`
Services []Service `yaml:"services"`
}
TITLE: ApiList構造体
type Openapi ¶
type Openapi struct {
// contains filtered or unexported fields
}
TITLE: Openapi構造体
func NewOpenapi ¶ added in v0.3.0
FUNCTION: Apiパース
Click to show internal directories.
Click to hide internal directories.