GolangBinding is an explicit interface type to implementing type binding for dependency injection.

from message cosmos.app.v1alpha1.GolangBinding

Hierarchy

Constructors

Properties

implementation: string = ""

implementation is the implementing type which will be supplied when an input of type interface is requested

from field: string implementation = 2;

interfaceType: string = ""

interface_type is the interface type which will be bound to a specific implementation type

from field: string interface_type = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.app.v1alpha1.GolangBinding" = "cosmos.app.v1alpha1.GolangBinding"

Methods