Documentation ¶ Index ¶ type Synapse func (s *Synapse) GetMetadata() *types.Metadata func (s *Synapse) GetRawValue() interface{} type Workspace func (w *Workspace) GetMetadata() *types.Metadata func (w *Workspace) GetRawValue() interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Synapse ¶ type Synapse struct { types.Metadata Workspaces []Workspace } func (*Synapse) GetMetadata ¶ added in v0.3.24 func (s *Synapse) GetMetadata() *types.Metadata func (*Synapse) GetRawValue ¶ added in v0.3.24 func (s *Synapse) GetRawValue() interface{} type Workspace ¶ type Workspace struct { types.Metadata EnableManagedVirtualNetwork types.BoolValue } func (*Workspace) GetMetadata ¶ added in v0.3.24 func (w *Workspace) GetMetadata() *types.Metadata func (*Workspace) GetRawValue ¶ added in v0.3.24 func (w *Workspace) GetRawValue() interface{} Source Files ¶ View all Source files synapse.go Click to show internal directories. Click to hide internal directories.