GetSignature() string

This commit is contained in:
mr
2026-02-09 10:50:10 +01:00
parent c2aa2fedaa
commit bafeee0d05
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ type ResourceInterface interface {
SetAllowedInstances(request *tools.APIRequest)
AddInstances(instance ResourceInstanceITF)
RefineResourceByPartnership(peerID string) ResourceInterface
GetSignature() string
}
type ResourceInstanceITF interface {