package
Version:
v0.0.0-...-f38afdf
Opens a new window with list of versions in this module.
Published: Feb 7, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ServiceBinding struct {
gorm.Model
BindingId string `gorm:"not null"`
InstanceId string `gorm:"not null"`
ApplicationUrl string `gorm:"not null"`
ChaosUrl string `gorm:"not null"`
}
type ServiceInstance struct {
gorm.Model
InstanceId string `gorm:"not null"`
ScheduleUrl string `gorm:"not null"`
Probability float64 `gorm:"not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.