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
}
func MakeClient ¶
func MakeClient(logger *zap.Logger, fetcherUrl string) *Client
func (*Client) Fetch ¶
func (c *Client) Fetch(ctx context.Context, fr *fetcher.FunctionFetchRequest) error
func (*Client) Specialize ¶
func (c *Client) Specialize(ctx context.Context, req *fetcher.FunctionSpecializeRequest) error
Click to show internal directories.
Click to hide internal directories.