ENV, Input, Outpu Expose, Container change of rules
This commit is contained in:
@@ -22,6 +22,7 @@ type ResourceInterface interface {
|
||||
SetAllowedInstances(request *tools.APIRequest, instance_id ...string) []ResourceInstanceITF
|
||||
AddInstances(instance ResourceInstanceITF)
|
||||
GetSelectedInstance(index *int) ResourceInstanceITF
|
||||
StoreDraftDefault()
|
||||
}
|
||||
|
||||
type ResourceInstanceITF interface {
|
||||
@@ -30,8 +31,6 @@ type ResourceInstanceITF interface {
|
||||
GetName() string
|
||||
GetOrigin() OriginMeta
|
||||
IsPeerless() bool
|
||||
StoreDraftDefault()
|
||||
ClearEnv()
|
||||
FilterInstance(peerID string)
|
||||
GetProfile(peerID string, partnershipIndex *int, buying *int, strategy *int) pricing.PricingProfileITF
|
||||
GetPricingsProfiles(peerID string, groups []string) []pricing.PricingProfileITF
|
||||
|
||||
Reference in New Issue
Block a user