Documentation ¶
Index ¶
Constants ¶
View Source
const ( MAX_BATCH_SIZE_IN_BYTES = 32 * 1024 MAX_INGRESS_PAYLOAD_SIZE_IN_BYTES = 2 * MAX_BATCH_SIZE_IN_BYTES )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IngressClient ¶
type IngressClient struct {
// contains filtered or unexported fields
}
func NewIngressClient ¶
func NewIngressClient(ingressAddress string, tlsConfig *tls.Config, opts ...IngressClientOption) (*IngressClient, error)
func (*IngressClient) Close ¶
func (c *IngressClient) Close()
type IngressClientOption ¶
type IngressClientOption func(*IngressClient)
func WithDialTimeout ¶
func WithDialTimeout(timeout time.Duration) IngressClientOption
func WithIngressClientLogger ¶
func WithIngressClientLogger(log *logger.Logger) IngressClientOption
Click to show internal directories.
Click to hide internal directories.