Documentation ¶ Index ¶ type Impl func New() *Impl func (impl *Impl) Gateway(ctx context.Context, endpoint string, opts ...grpc.DialOption) (route string, handler http.Handler) func (impl *Impl) Register(server grpc.ServiceRegistrar) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Impl ¶ type Impl struct { artel_api.UnimplementedVaultsAPIServer } func New ¶ func New() *Impl func (*Impl) Gateway ¶ func (impl *Impl) Gateway( ctx context.Context, endpoint string, opts ...grpc.DialOption, ) (route string, handler http.Handler) func (*Impl) Register ¶ func (impl *Impl) Register(server grpc.ServiceRegistrar) Source Files ¶ View all Source files impl.go Click to show internal directories. Click to hide internal directories.