Documentation
¶
Index ¶
- func GetAppMata(appName string, dbConfig db.DbConfig) (*system.Meta, error)
- func GetAppMataById(appId shared.ID, dbConfig db.DbConfig) (*system.Meta, error)
- func GetServiceMata(serviceName string, dbConfig db.DbConfig) (*system.Meta, error)
- func GetServiceMataById(serviceId shared.ID, dbConfig db.DbConfig) (*system.Meta, error)
- func ReadContentFromJson(fileName string) meta.UMLMeta
- func SyncApp()
- func SyncServie()
- type App
- type AppSeed
- type Meta
- type Service
- type ServiceSeed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppMata ¶ added in v0.0.2
func GetAppMataById ¶ added in v0.0.2
func GetServiceMata ¶ added in v0.0.2
func GetServiceMataById ¶ added in v0.0.2
func ReadContentFromJson ¶ added in v0.0.3
func SyncServie ¶ added in v0.0.5
func SyncServie()
Types ¶
type AppSeed ¶ added in v0.0.9
func ReadAppFromJson ¶ added in v0.0.5
type ServiceSeed ¶ added in v0.0.9
func ReadServiceFromJson ¶ added in v0.0.7
func ReadServiceFromJson(fileName string) (ServiceSeed, map[string]interface{})
Click to show internal directories.
Click to hide internal directories.