Documentation
¶
Index ¶
- func GenerateContractContentHash(args *ContractContentArgs) (string, error)
- func GenerateDelegatedServiceConnectionGrantHash(args *DelegatedServiceConnectionGrantArgs) (string, error)
- func GenerateDelegatedServicePublicationGrantHash(args *DelegatedServicePublicationGrantArgs) (string, error)
- func GenerateServiceConnectionGrantHash(args *ServiceConnectionGrantArgs) (string, error)
- func GenerateServicePublicationGrantHash(args *ServicePublicationGrantArgs) (string, error)
- type ContractContentArgs
- type ContractContentDelegatedServiceConnectionGrantArgs
- type ContractContentDelegatedServicePublicationGrantArgs
- type ContractContentServiceConnectionGrantArgs
- type ContractContentServicePublicationGrantArgs
- type DelegatedServiceConnectionGrantArgs
- type DelegatedServicePublicationGrantArgs
- type ServiceConnectionGrantArgs
- type ServicePublicationGrantArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateContractContentHash ¶
func GenerateContractContentHash(args *ContractContentArgs) (string, error)
func GenerateDelegatedServiceConnectionGrantHash ¶
func GenerateDelegatedServiceConnectionGrantHash(args *DelegatedServiceConnectionGrantArgs) (string, error)
func GenerateDelegatedServicePublicationGrantHash ¶
func GenerateDelegatedServicePublicationGrantHash(args *DelegatedServicePublicationGrantArgs) (string, error)
func GenerateServiceConnectionGrantHash ¶
func GenerateServiceConnectionGrantHash(args *ServiceConnectionGrantArgs) (string, error)
func GenerateServicePublicationGrantHash ¶
func GenerateServicePublicationGrantHash(args *ServicePublicationGrantArgs) (string, error)
Types ¶
type ContractContentArgs ¶
type DelegatedServiceConnectionGrantArgs ¶
type DelegatedServiceConnectionGrantArgs struct {
ContractContentHash string
ContractHashAlgorithm int32
DelegatorPeerID string
OutwayPeerID string
OutwayPublicKeyThumbprint string
OutwayDomainName string
ServicePeerID string
ServiceName string
ServicePublicationDelegatorPeerID *string
Properties *map[string]any
}
Click to show internal directories.
Click to hide internal directories.