infoapi

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client wraps a gRPC InfoApiService client

func NewClient

func NewClient(_ context.Context, cfg Config) (*Client, error)

NewClient dials the infoapi service and returns a ready client

func (*Client) Close

func (c *Client) Close() error

Close closes the underlying gRPC connection

func (*Client) CompanyExists

func (c *Client) CompanyExists(ctx context.Context, companyName string) (bool, error)

CompanyExists checks if company exists in upstream infoapi service

type Config

type Config struct {
	Address     string
	Timeout     time.Duration
	DialOptions []grpc.DialOption
}

Config - settings for infoapi service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL