Documentation ¶
Index ¶
- func NewBloockConnection() grpc.ClientConnInterface
- type BloockBridge
- func (b *BloockBridge) Authenticity() proto.AuthenticityServiceClient
- func (b *BloockBridge) Availability() proto.AvailabilityServiceClient
- func (b *BloockBridge) Encryption() proto.EncryptionServiceClient
- func (b *BloockBridge) Identity() proto.IdentityServiceClient
- func (b *BloockBridge) IdentityCore() proto.IdentityCoreServiceClient
- func (b *BloockBridge) Integrity() proto.IntegrityServiceClient
- func (b *BloockBridge) Key() proto.KeyServiceClient
- func (b *BloockBridge) Record() proto.RecordServiceClient
- func (b *BloockBridge) Webhook() proto.WebhookServiceClient
- type BloockConnection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBloockConnection ¶
func NewBloockConnection() grpc.ClientConnInterface
Types ¶
type BloockBridge ¶
type BloockBridge struct {
// contains filtered or unexported fields
}
func NewBloockBridge ¶
func NewBloockBridge() BloockBridge
func (*BloockBridge) Authenticity ¶ added in v2.4.0
func (b *BloockBridge) Authenticity() proto.AuthenticityServiceClient
func (*BloockBridge) Availability ¶ added in v2.4.0
func (b *BloockBridge) Availability() proto.AvailabilityServiceClient
func (*BloockBridge) Encryption ¶ added in v2.4.0
func (b *BloockBridge) Encryption() proto.EncryptionServiceClient
func (*BloockBridge) Identity ¶ added in v2.5.0
func (b *BloockBridge) Identity() proto.IdentityServiceClient
func (*BloockBridge) IdentityCore ¶ added in v2.8.0
func (b *BloockBridge) IdentityCore() proto.IdentityCoreServiceClient
func (*BloockBridge) Integrity ¶ added in v2.4.0
func (b *BloockBridge) Integrity() proto.IntegrityServiceClient
func (*BloockBridge) Key ¶ added in v2.5.0
func (b *BloockBridge) Key() proto.KeyServiceClient
func (*BloockBridge) Record ¶
func (b *BloockBridge) Record() proto.RecordServiceClient
func (*BloockBridge) Webhook ¶ added in v2.2.1
func (b *BloockBridge) Webhook() proto.WebhookServiceClient
type BloockConnection ¶
type BloockConnection struct{}
func (BloockConnection) Invoke ¶
func (BloockConnection) Invoke(ctx context.Context, method string, args interface{}, reply interface{}, opts ...grpc.CallOption) error
Invoke implements grpc.ClientConnInterface
func (BloockConnection) NewStream ¶
func (BloockConnection) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error)
NewStream implements grpc.ClientConnInterface
Click to show internal directories.
Click to hide internal directories.