Documentation
¶
Index ¶
- func GetEnvironmentVariable(name string) string
- func Identity() string
- func WrapFunc(h http.HandlerFunc) http.HandlerFunc
- type CloudResourceModel
- type CloudResourcesModel
- type ClusterAccessor
- func (x ClusterAccessor) All() map[string]interface{}
- func (x ClusterAccessor) Endpoint(name string) ServiceEndpointAccessor
- func (x ClusterAccessor) First() interface{}
- func (x ClusterAccessor) Get(identity string) interface{}
- func (x ClusterAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
- func (x ClusterAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
- func (x ClusterAccessor) Random() interface{}
- func (x ClusterAccessor) Request() PeerHttpRequester
- type ConsumesAccessor
- type ConsumesModel
- type DynamoDBAccessor
- func (x DynamoDBAccessor) Client(rawPeer interface{}) (*dynamodb.DynamoDB, *CloudResourceModel, error)
- func (x DynamoDBAccessor) CreateBackup(ctx context.Context, in1 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
- func (x DynamoDBAccessor) CreateTable(ctx context.Context, in1 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (x DynamoDBAccessor) DeleteItem(ctx context.Context, in1 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (x DynamoDBAccessor) DeleteTable(ctx context.Context, in1 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (x DynamoDBAccessor) DescribeContinuousBackups(ctx context.Context, in1 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (x DynamoDBAccessor) DescribeTable(ctx context.Context, in1 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (x DynamoDBAccessor) DescribeTimeToLive(ctx context.Context, in1 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (x DynamoDBAccessor) GetItem(ctx context.Context, in1 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (x DynamoDBAccessor) ListBackups(ctx context.Context, in1 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
- func (x DynamoDBAccessor) PutItem(ctx context.Context, in1 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (x DynamoDBAccessor) Query(ctx context.Context, in1 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (x DynamoDBAccessor) QueryPages(ctx context.Context, in1 *dynamodb.QueryInput, ...) error
- func (x DynamoDBAccessor) Scan(ctx context.Context, in1 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (x DynamoDBAccessor) ScanPages(ctx context.Context, in1 *dynamodb.ScanInput, ...) error
- func (x DynamoDBAccessor) UpdateContinuousBackups(ctx context.Context, in1 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (x DynamoDBAccessor) UpdateItem(ctx context.Context, in1 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (x DynamoDBAccessor) UpdateTable(ctx context.Context, in1 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (x DynamoDBAccessor) UpdateTimeToLive(ctx context.Context, in1 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (x DynamoDBAccessor) WaitUntilTableExists(ctx context.Context, in1 *dynamodb.DescribeTableInput) error
- func (x DynamoDBAccessor) WaitUntilTableNotExists(ctx context.Context, in1 *dynamodb.DescribeTableInput) error
- type EndpointModel
- type EndpointsModel
- type IndexedMap
- type MyEndpointAccessor
- type NativeResourceAccessor
- func (x NativeResourceAccessor) All() map[string]interface{}
- func (x NativeResourceAccessor) DynamoDB() DynamoDBAccessor
- func (x NativeResourceAccessor) First() interface{}
- func (x NativeResourceAccessor) Get(identity string) interface{}
- func (x NativeResourceAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
- func (x NativeResourceAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
- func (x NativeResourceAccessor) Random() interface{}
- func (x NativeResourceAccessor) SSM() SSMAccessor
- type PeerAccessor
- func (x PeerAccessor) All() map[string]interface{}
- func (x PeerAccessor) First() interface{}
- func (x PeerAccessor) Get(identity string) interface{}
- func (x PeerAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
- func (x PeerAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
- func (x PeerAccessor) Random() interface{}
- type PeerHttpRequester
- func (x PeerHttpRequester) Delete(ctx context.Context, url string, contentType string, body io.Reader) (*http.Response, []byte, error)
- func (x PeerHttpRequester) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error)
- func (x PeerHttpRequester) Get(ctx context.Context, url string) (*http.Response, []byte, error)
- func (x PeerHttpRequester) Head(ctx context.Context, url string) (*http.Response, []byte, error)
- func (x PeerHttpRequester) Post(ctx context.Context, url string, contentType string, body io.Reader) (*http.Response, []byte, error)
- func (x PeerHttpRequester) PostForm(ctx context.Context, url string, data url.Values) (*http.Response, []byte, error)
- type PeersModel
- type ResourceModel
- type SSMAccessor
- func (x SSMAccessor) Client(rawPeer interface{}) (*ssm.SSM, *CloudResourceModel, error)
- func (x SSMAccessor) DeleteParameter(ctx context.Context, in0 *ssm.DeleteParameterInput) (*ssm.DeleteParameterOutput, error)
- func (x SSMAccessor) GetParameter(ctx context.Context, in0 *ssm.GetParameterInput) (*ssm.GetParameterOutput, error)
- func (x SSMAccessor) GetParameterHistory(ctx context.Context, in0 *ssm.GetParameterHistoryInput) (*ssm.GetParameterHistoryOutput, error)
- func (x SSMAccessor) PutParameter(ctx context.Context, in0 *ssm.PutParameterInput) (*ssm.PutParameterOutput, error)
- type SecretAccessor
- type SectorAccessor
- type ServiceAccessor
- func (x ServiceAccessor) All() map[string]interface{}
- func (x ServiceAccessor) Endpoint(name string) ServiceEndpointAccessor
- func (x ServiceAccessor) First() interface{}
- func (x ServiceAccessor) Get(identity string) interface{}
- func (x ServiceAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
- func (x ServiceAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
- func (x ServiceAccessor) Random() interface{}
- func (x ServiceAccessor) Request() PeerHttpRequester
- type ServiceEndpointAccessor
- func (x ServiceEndpointAccessor) All() map[string]interface{}
- func (x ServiceEndpointAccessor) First() interface{}
- func (x ServiceEndpointAccessor) Get(identity string) interface{}
- func (x ServiceEndpointAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
- func (x ServiceEndpointAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
- func (x ServiceEndpointAccessor) Random() interface{}
- func (x ServiceEndpointAccessor) Request() PeerHttpRequester
- type SubscribeInfo
- type TracingSpan
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudResourceModel ¶
type CloudResourcesModel ¶
type CloudResourcesModel map[string]CloudResourceModel
type ClusterAccessor ¶
type ClusterAccessor struct {
// contains filtered or unexported fields
}
* SERVICE ACCESSOR
func (ClusterAccessor) Endpoint ¶
func (x ClusterAccessor) Endpoint(name string) ServiceEndpointAccessor
TBD
func (ClusterAccessor) MonitorAll ¶
func (x ClusterAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
TBD
func (ClusterAccessor) MonitorFirst ¶
func (x ClusterAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
TBD
type ConsumesAccessor ¶
type ConsumesAccessor struct {
}
* Consumes Accessor
func (ConsumesAccessor) MonitorAll ¶
func (x ConsumesAccessor) MonitorAll(callback func([]ConsumesModel)) SubscribeInfo
TBD
type ConsumesModel ¶
type ConsumesModel struct {
Kind string `json:"kind,omitempty"`
ID string `json:"id,omitempty"`
Cluster string `json:"cluster,omitempty"`
Sector string `json:"sector,omitempty"`
Name string `json:"name,omitempty"`
Endpoint string `json:"endpoint,omitempty"`
Meta *bool `json:"meta,omitempty"`
}
ConsumesModel is TBD.
type DynamoDBAccessor ¶
type DynamoDBAccessor struct {
// contains filtered or unexported fields
}
TBD
func (DynamoDBAccessor) Client ¶
func (x DynamoDBAccessor) Client(rawPeer interface{}) (*dynamodb.DynamoDB, *CloudResourceModel, error)
TBD
func (DynamoDBAccessor) CreateBackup ¶
func (x DynamoDBAccessor) CreateBackup(ctx context.Context, in1 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
Wrapper for *dynamodb.DynamoDB::CreateBackup.
In: , Type: *dynamodb.CreateBackupInput Out: , Type: *dynamodb.CreateBackupOutput Out: error, Type: error
func (DynamoDBAccessor) CreateTable ¶
func (x DynamoDBAccessor) CreateTable(ctx context.Context, in1 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
Wrapper for *dynamodb.DynamoDB::CreateTable.
In: , Type: *dynamodb.CreateTableInput Out: , Type: *dynamodb.CreateTableOutput Out: error, Type: error
func (DynamoDBAccessor) DeleteItem ¶
func (x DynamoDBAccessor) DeleteItem(ctx context.Context, in1 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
Wrapper for *dynamodb.DynamoDB::DeleteItem.
In: , Type: *dynamodb.DeleteItemInput Out: , Type: *dynamodb.DeleteItemOutput Out: error, Type: error
func (DynamoDBAccessor) DeleteTable ¶
func (x DynamoDBAccessor) DeleteTable(ctx context.Context, in1 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
Wrapper for *dynamodb.DynamoDB::DeleteTable.
In: , Type: *dynamodb.DeleteTableInput Out: , Type: *dynamodb.DeleteTableOutput Out: error, Type: error
func (DynamoDBAccessor) DescribeContinuousBackups ¶
func (x DynamoDBAccessor) DescribeContinuousBackups(ctx context.Context, in1 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
Wrapper for *dynamodb.DynamoDB::DescribeContinuousBackups.
In: , Type: *dynamodb.DescribeContinuousBackupsInput Out: , Type: *dynamodb.DescribeContinuousBackupsOutput Out: error, Type: error
func (DynamoDBAccessor) DescribeTable ¶
func (x DynamoDBAccessor) DescribeTable(ctx context.Context, in1 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
Wrapper for *dynamodb.DynamoDB::DescribeTable.
In: , Type: *dynamodb.DescribeTableInput Out: , Type: *dynamodb.DescribeTableOutput Out: error, Type: error
func (DynamoDBAccessor) DescribeTimeToLive ¶
func (x DynamoDBAccessor) DescribeTimeToLive(ctx context.Context, in1 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
Wrapper for *dynamodb.DynamoDB::DescribeTimeToLive.
In: , Type: *dynamodb.DescribeTimeToLiveInput Out: , Type: *dynamodb.DescribeTimeToLiveOutput Out: error, Type: error
func (DynamoDBAccessor) GetItem ¶
func (x DynamoDBAccessor) GetItem(ctx context.Context, in1 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
Wrapper for *dynamodb.DynamoDB::GetItem.
In: , Type: *dynamodb.GetItemInput Out: , Type: *dynamodb.GetItemOutput Out: error, Type: error
func (DynamoDBAccessor) ListBackups ¶
func (x DynamoDBAccessor) ListBackups(ctx context.Context, in1 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
Wrapper for *dynamodb.DynamoDB::ListBackups.
In: , Type: *dynamodb.ListBackupsInput Out: , Type: *dynamodb.ListBackupsOutput Out: error, Type: error
func (DynamoDBAccessor) PutItem ¶
func (x DynamoDBAccessor) PutItem(ctx context.Context, in1 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
Wrapper for *dynamodb.DynamoDB::PutItem.
In: , Type: *dynamodb.PutItemInput Out: , Type: *dynamodb.PutItemOutput Out: error, Type: error
func (DynamoDBAccessor) Query ¶
func (x DynamoDBAccessor) Query(ctx context.Context, in1 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
Wrapper for *dynamodb.DynamoDB::Query.
In: , Type: *dynamodb.QueryInput Out: , Type: *dynamodb.QueryOutput Out: error, Type: error
func (DynamoDBAccessor) QueryPages ¶
func (x DynamoDBAccessor) QueryPages(ctx context.Context, in1 *dynamodb.QueryInput, in2 func(*dynamodb.QueryOutput, bool) bool) error
Wrapper for *dynamodb.DynamoDB::QueryPages.
In: , Type: *dynamodb.QueryInput In: , Type: func(*dynamodb.QueryOutput, bool) bool Out: error, Type: error
func (DynamoDBAccessor) Scan ¶
func (x DynamoDBAccessor) Scan(ctx context.Context, in1 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
Wrapper for *dynamodb.DynamoDB::Scan.
In: , Type: *dynamodb.ScanInput Out: , Type: *dynamodb.ScanOutput Out: error, Type: error
func (DynamoDBAccessor) ScanPages ¶
func (x DynamoDBAccessor) ScanPages(ctx context.Context, in1 *dynamodb.ScanInput, in2 func(*dynamodb.ScanOutput, bool) bool) error
Wrapper for *dynamodb.DynamoDB::ScanPages.
In: , Type: *dynamodb.ScanInput In: , Type: func(*dynamodb.ScanOutput, bool) bool Out: error, Type: error
func (DynamoDBAccessor) UpdateContinuousBackups ¶
func (x DynamoDBAccessor) UpdateContinuousBackups(ctx context.Context, in1 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
Wrapper for *dynamodb.DynamoDB::UpdateContinuousBackups.
In: , Type: *dynamodb.UpdateContinuousBackupsInput Out: , Type: *dynamodb.UpdateContinuousBackupsOutput Out: error, Type: error
func (DynamoDBAccessor) UpdateItem ¶
func (x DynamoDBAccessor) UpdateItem(ctx context.Context, in1 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
Wrapper for *dynamodb.DynamoDB::UpdateItem.
In: , Type: *dynamodb.UpdateItemInput Out: , Type: *dynamodb.UpdateItemOutput Out: error, Type: error
func (DynamoDBAccessor) UpdateTable ¶
func (x DynamoDBAccessor) UpdateTable(ctx context.Context, in1 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
Wrapper for *dynamodb.DynamoDB::UpdateTable.
In: , Type: *dynamodb.UpdateTableInput Out: , Type: *dynamodb.UpdateTableOutput Out: error, Type: error
func (DynamoDBAccessor) UpdateTimeToLive ¶
func (x DynamoDBAccessor) UpdateTimeToLive(ctx context.Context, in1 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
Wrapper for *dynamodb.DynamoDB::UpdateTimeToLive.
In: , Type: *dynamodb.UpdateTimeToLiveInput Out: , Type: *dynamodb.UpdateTimeToLiveOutput Out: error, Type: error
func (DynamoDBAccessor) WaitUntilTableExists ¶
func (x DynamoDBAccessor) WaitUntilTableExists(ctx context.Context, in1 *dynamodb.DescribeTableInput) error
Wrapper for *dynamodb.DynamoDB::WaitUntilTableExists.
In: , Type: *dynamodb.DescribeTableInput Out: error, Type: error
func (DynamoDBAccessor) WaitUntilTableNotExists ¶
func (x DynamoDBAccessor) WaitUntilTableNotExists(ctx context.Context, in1 *dynamodb.DescribeTableInput) error
Wrapper for *dynamodb.DynamoDB::WaitUntilTableNotExists.
In: , Type: *dynamodb.DescribeTableInput Out: error, Type: error
type EndpointModel ¶
type EndpointModel struct {
Name string `json:"name,omitempty"`
Protocol string `json:"protocol,omitempty"`
NetworkProtocol string `json:"networkProtocol,omitempty"`
Port uint16 `json:"port,omitempty"`
Address string `json:"address,omitempty"`
}
Endpoint is TBD.
type EndpointsModel ¶
type EndpointsModel map[string]PeersModel
type IndexedMap ¶
type IndexedMap struct {
// contains filtered or unexported fields
}
type MyEndpointAccessor ¶
type MyEndpointAccessor struct {
// contains filtered or unexported fields
}
* MY ENDPOINT ACCESSOR
func (MyEndpointAccessor) Monitor ¶
func (x MyEndpointAccessor) Monitor(callback func(EndpointModel))
TBD
type NativeResourceAccessor ¶
type NativeResourceAccessor struct {
// contains filtered or unexported fields
}
TBD
func (NativeResourceAccessor) All ¶
func (x NativeResourceAccessor) All() map[string]interface{}
TBD
func (NativeResourceAccessor) DynamoDB ¶
func (x NativeResourceAccessor) DynamoDB() DynamoDBAccessor
TBD
func (NativeResourceAccessor) Get ¶
func (x NativeResourceAccessor) Get(identity string) interface{}
TBD
func (NativeResourceAccessor) MonitorAll ¶
func (x NativeResourceAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
TBD
func (NativeResourceAccessor) MonitorFirst ¶
func (x NativeResourceAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
TBD
type PeerAccessor ¶
type PeerAccessor struct {
// contains filtered or unexported fields
}
* NEW Peer Accessor
func (PeerAccessor) MonitorAll ¶
func (x PeerAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
TBD
func (PeerAccessor) MonitorFirst ¶
func (x PeerAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
TBD
type PeerHttpRequester ¶
type PeerHttpRequester struct {
// contains filtered or unexported fields
}
TBD
func (PeerHttpRequester) Delete ¶
func (x PeerHttpRequester) Delete(ctx context.Context, url string, contentType string, body io.Reader) (*http.Response, []byte, error)
TBD
func (PeerHttpRequester) Do ¶
func (x PeerHttpRequester) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error)
TBD
type PeersModel ¶
type PeersModel map[string]EndpointModel
type ResourceModel ¶
type ResourceModel map[string]CloudResourceModel
type SSMAccessor ¶
type SSMAccessor struct {
// contains filtered or unexported fields
}
TBD
func (SSMAccessor) Client ¶
func (x SSMAccessor) Client(rawPeer interface{}) (*ssm.SSM, *CloudResourceModel, error)
TBD
func (SSMAccessor) DeleteParameter ¶
func (x SSMAccessor) DeleteParameter(ctx context.Context, in0 *ssm.DeleteParameterInput) (*ssm.DeleteParameterOutput, error)
Wrapper for ssmiface.SSMAPI::DeleteParameter.
In: , Type: *ssm.DeleteParameterInput Out: , Type: *ssm.DeleteParameterOutput Out: error, Type: error
func (SSMAccessor) GetParameter ¶
func (x SSMAccessor) GetParameter(ctx context.Context, in0 *ssm.GetParameterInput) (*ssm.GetParameterOutput, error)
Wrapper for ssmiface.SSMAPI::GetParameter.
In: , Type: *ssm.GetParameterInput Out: , Type: *ssm.GetParameterOutput Out: error, Type: error
func (SSMAccessor) GetParameterHistory ¶
func (x SSMAccessor) GetParameterHistory(ctx context.Context, in0 *ssm.GetParameterHistoryInput) (*ssm.GetParameterHistoryOutput, error)
Wrapper for ssmiface.SSMAPI::GetParameterHistory.
In: , Type: *ssm.GetParameterHistoryInput Out: , Type: *ssm.GetParameterHistoryOutput Out: error, Type: error
func (SSMAccessor) PutParameter ¶
func (x SSMAccessor) PutParameter(ctx context.Context, in0 *ssm.PutParameterInput) (*ssm.PutParameterOutput, error)
Wrapper for ssmiface.SSMAPI::PutParameter.
In: , Type: *ssm.PutParameterInput Out: , Type: *ssm.PutParameterOutput Out: error, Type: error
type SecretAccessor ¶
type SecretAccessor struct {
// contains filtered or unexported fields
}
TBD
type SectorAccessor ¶
type SectorAccessor struct {
// contains filtered or unexported fields
}
* SECTOR ACCESSOR
func (SectorAccessor) Database ¶
func (x SectorAccessor) Database(name string) NativeResourceAccessor
TBD
type ServiceAccessor ¶
type ServiceAccessor struct {
// contains filtered or unexported fields
}
* SERVICE ACCESSOR
func (ServiceAccessor) Endpoint ¶
func (x ServiceAccessor) Endpoint(name string) ServiceEndpointAccessor
TBD
func (ServiceAccessor) MonitorAll ¶
func (x ServiceAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
TBD
func (ServiceAccessor) MonitorFirst ¶
func (x ServiceAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
TBD
type ServiceEndpointAccessor ¶
type ServiceEndpointAccessor struct {
// contains filtered or unexported fields
}
* SERVICE ENDPOINT ACCESSOR
func (ServiceEndpointAccessor) All ¶
func (x ServiceEndpointAccessor) All() map[string]interface{}
TBD
func (ServiceEndpointAccessor) Get ¶
func (x ServiceEndpointAccessor) Get(identity string) interface{}
TBD
func (ServiceEndpointAccessor) MonitorAll ¶
func (x ServiceEndpointAccessor) MonitorAll(callback func(map[string]interface{})) SubscribeInfo
TBD
func (ServiceEndpointAccessor) MonitorFirst ¶
func (x ServiceEndpointAccessor) MonitorFirst(callback func(interface{})) SubscribeInfo
TBD
func (ServiceEndpointAccessor) Request ¶
func (x ServiceEndpointAccessor) Request() PeerHttpRequester
TBD
type SubscribeInfo ¶
type SubscribeInfo struct {
// contains filtered or unexported fields
}
func (SubscribeInfo) Stop ¶
func (x SubscribeInfo) Stop()
Source Files
¶
- client.go
- executor.go
- genAws.go
- httpServer.go
- indexedMap.go
- interfaceAws.go
- interfaceAwsDynamoDB.go
- interfaceAwsSSM.go
- interfaceClusterAccessor.go
- interfaceConsumes.go
- interfaceEnvironment.go
- interfaceGlobal.go
- interfaceHttpRequest.go
- interfaceIdentity.go
- interfaceMyEndpointAccessor.go
- interfaceNativeServices.go
- interfacePeers.go
- interfaceSecret.go
- interfaceSectorAccessor.go
- interfaceServiceAccessor.go
- interfaceServiceEndpointAccessor.go
- lib.go
- models.go
- policy.go
- processor.go
- registry.go
- zipkin.go