Documentation
¶
Index ¶
Constants ¶
View Source
const LocalVersion = "0.0.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attributes ¶
type CSVAttributes ¶
type Configuration ¶
type Configuration struct { Version string Ingress Attributes Egress Attributes }
Cofiguration TODO : need to add base attribtues as there is a configuration for each service
func CreateConfiguration ¶
func CreateConfiguration(ingress *CSVAttributes, egress *CSVAttributes) Configuration
type VersionedEntity ¶
type VersionedEntity struct {
// contains filtered or unexported fields
}
func CreateVersionedEntity ¶
func CreateVersionedEntity() *VersionedEntity
func (*VersionedEntity) GetEntity ¶
func (v *VersionedEntity) GetEntity() Configuration
func (*VersionedEntity) IsEmpty ¶
func (v *VersionedEntity) IsEmpty() bool
func (*VersionedEntity) IsNewVersion ¶
func (v *VersionedEntity) IsNewVersion(version string) bool
func (*VersionedEntity) SetEntity ¶
func (v *VersionedEntity) SetEntity(config *Configuration)
Click to show internal directories.
Click to hide internal directories.