model

package
v0.0.0-...-f38afdf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBinding

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

type ServiceInstance struct {
	gorm.Model
	InstanceId  string  `gorm:"not null"`
	ScheduleUrl string  `gorm:"not null"`
	Probability float64 `gorm:"not null"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL