tlstatshouse

package
v1.0.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by vktl/cmd/tlgen2; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoCreate

type AutoCreate = internal.StatshouseAutoCreate

type Centroid

type Centroid = internal.StatshouseCentroid

type Client

type Client struct {
	Client  *rpc.Client
	Network string // should be either "tcp4" or "unix"
	Address string
	ActorID uint64 // should be non-zero when using rpc-proxy
}

func (*Client) AddMetricsBatch

func (c *Client) AddMetricsBatch(ctx context.Context, args AddMetricsBatch, extra *rpc.InvokeReqExtra, ret *internal.True) (err error)

func (*Client) AddMetricsBatchBytes

func (c *Client) AddMetricsBatchBytes(ctx context.Context, args AddMetricsBatchBytes, extra *rpc.InvokeReqExtra, ret *internal.True) (err error)

func (*Client) AutoCreate

func (c *Client) AutoCreate(ctx context.Context, args AutoCreate, extra *rpc.InvokeReqExtra, ret *internal.True) (err error)

func (*Client) AutoCreateBytes

func (c *Client) AutoCreateBytes(ctx context.Context, args AutoCreateBytes, extra *rpc.InvokeReqExtra, ret *internal.True) (err error)

func (*Client) GetConfig

func (c *Client) GetConfig(ctx context.Context, args GetConfig, extra *rpc.InvokeReqExtra, ret *GetConfigResult) (err error)

func (*Client) GetConfig2

func (c *Client) GetConfig2(ctx context.Context, args GetConfig2, extra *rpc.InvokeReqExtra, ret *GetConfigResult) (err error)

func (*Client) GetConfig2Bytes

func (c *Client) GetConfig2Bytes(ctx context.Context, args GetConfig2Bytes, extra *rpc.InvokeReqExtra, ret *GetConfigResultBytes) (err error)

func (*Client) GetConfigBytes

func (c *Client) GetConfigBytes(ctx context.Context, args GetConfigBytes, extra *rpc.InvokeReqExtra, ret *GetConfigResultBytes) (err error)

func (*Client) GetMetrics

func (c *Client) GetMetrics(ctx context.Context, args GetMetrics, extra *rpc.InvokeReqExtra, ret *GetMetricsResult) (err error)

func (*Client) GetMetrics2

func (c *Client) GetMetrics2(ctx context.Context, args GetMetrics2, extra *rpc.InvokeReqExtra, ret *GetMetricsResult) (err error)

func (*Client) GetMetrics2Bytes

func (c *Client) GetMetrics2Bytes(ctx context.Context, args GetMetrics2Bytes, extra *rpc.InvokeReqExtra, ret *GetMetricsResultBytes) (err error)

func (*Client) GetMetrics3

func (c *Client) GetMetrics3(ctx context.Context, args GetMetrics3, extra *rpc.InvokeReqExtra, ret *internal.MetadataGetJournalResponsenew) (err error)

func (*Client) GetMetrics3Bytes

func (c *Client) GetMetrics3Bytes(ctx context.Context, args GetMetrics3Bytes, extra *rpc.InvokeReqExtra, ret *internal.MetadataGetJournalResponsenewBytes) (err error)

func (*Client) GetMetricsBytes

func (c *Client) GetMetricsBytes(ctx context.Context, args GetMetricsBytes, extra *rpc.InvokeReqExtra, ret *GetMetricsResultBytes) (err error)

func (*Client) GetTagMapping

func (c *Client) GetTagMapping(ctx context.Context, args GetTagMapping, extra *rpc.InvokeReqExtra, ret *GetTagMappingResult) (err error)

func (*Client) GetTagMapping2

func (c *Client) GetTagMapping2(ctx context.Context, args GetTagMapping2, extra *rpc.InvokeReqExtra, ret *GetTagMappingResult) (err error)

func (*Client) GetTagMapping2Bytes

func (c *Client) GetTagMapping2Bytes(ctx context.Context, args GetTagMapping2Bytes, extra *rpc.InvokeReqExtra, ret *GetTagMappingResult) (err error)

func (*Client) GetTagMappingBootstrap

func (c *Client) GetTagMappingBootstrap(ctx context.Context, args GetTagMappingBootstrap, extra *rpc.InvokeReqExtra, ret *GetTagMappingBootstrapResult) (err error)

func (*Client) GetTagMappingBootstrapBytes

func (c *Client) GetTagMappingBootstrapBytes(ctx context.Context, args GetTagMappingBootstrapBytes, extra *rpc.InvokeReqExtra, ret *GetTagMappingBootstrapResultBytes) (err error)

func (*Client) GetTagMappingBytes

func (c *Client) GetTagMappingBytes(ctx context.Context, args GetTagMappingBytes, extra *rpc.InvokeReqExtra, ret *GetTagMappingResult) (err error)

func (*Client) GetTargets

func (c *Client) GetTargets(ctx context.Context, args GetTargets, extra *rpc.InvokeReqExtra, ret *GetTargetsResult) (err error)

func (*Client) GetTargets2

func (c *Client) GetTargets2(ctx context.Context, args GetTargets2, extra *rpc.InvokeReqExtra, ret *GetTargetsResult) (err error)

func (*Client) GetTargets2Bytes

func (c *Client) GetTargets2Bytes(ctx context.Context, args GetTargets2Bytes, extra *rpc.InvokeReqExtra, ret *GetTargetsResultBytes) (err error)

func (*Client) GetTargetsBytes

func (c *Client) GetTargetsBytes(ctx context.Context, args GetTargetsBytes, extra *rpc.InvokeReqExtra, ret *GetTargetsResultBytes) (err error)

func (*Client) SendKeepAlive

func (c *Client) SendKeepAlive(ctx context.Context, args SendKeepAlive, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) SendKeepAlive2

func (c *Client) SendKeepAlive2(ctx context.Context, args SendKeepAlive2, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) SendKeepAlive2Bytes

func (c *Client) SendKeepAlive2Bytes(ctx context.Context, args SendKeepAlive2Bytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

func (*Client) SendKeepAliveBytes

func (c *Client) SendKeepAliveBytes(ctx context.Context, args SendKeepAliveBytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

func (*Client) SendSourceBucket

func (c *Client) SendSourceBucket(ctx context.Context, args SendSourceBucket, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) SendSourceBucket2

func (c *Client) SendSourceBucket2(ctx context.Context, args SendSourceBucket2, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) SendSourceBucket2Bytes

func (c *Client) SendSourceBucket2Bytes(ctx context.Context, args SendSourceBucket2Bytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

func (*Client) SendSourceBucketBytes

func (c *Client) SendSourceBucketBytes(ctx context.Context, args SendSourceBucketBytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

func (*Client) TestConnection

func (c *Client) TestConnection(ctx context.Context, args TestConnection, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) TestConnection2

func (c *Client) TestConnection2(ctx context.Context, args TestConnection2, extra *rpc.InvokeReqExtra, ret *string) (err error)

func (*Client) TestConnection2Bytes

func (c *Client) TestConnection2Bytes(ctx context.Context, args TestConnection2Bytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

func (*Client) TestConnectionBytes

func (c *Client) TestConnectionBytes(ctx context.Context, args TestConnectionBytes, extra *rpc.InvokeReqExtra, ret *[]byte) (err error)

type GetConfig

type GetConfig = internal.StatshouseGetConfig

type GetConfig2

type GetConfig2 = internal.StatshouseGetConfig2

type GetConfigBytes

type GetConfigBytes = internal.StatshouseGetConfigBytes

type GetMetrics

type GetMetrics = internal.StatshouseGetMetrics

type GetMetrics2

type GetMetrics2 = internal.StatshouseGetMetrics2

type GetMetrics3

type GetMetrics3 = internal.StatshouseGetMetrics3

type GetTagMapping

type GetTagMapping = internal.StatshouseGetTagMapping

type GetTagMapping2

type GetTagMapping2 = internal.StatshouseGetTagMapping2

type GetTargets

type GetTargets = internal.StatshouseGetTargets

type GetTargets2

type GetTargets2 = internal.StatshouseGetTargets2

type Handler

type Handler struct {
	AddMetricsBatch        func(ctx context.Context, args AddMetricsBatch) (internal.True, error)                       // statshouse.addMetricsBatch
	AutoCreate             func(ctx context.Context, args AutoCreate) (internal.True, error)                            // statshouse.autoCreate
	GetConfig              func(ctx context.Context, args GetConfig) (GetConfigResult, error)                           // statshouse.getConfig
	GetConfig2             func(ctx context.Context, args GetConfig2) (GetConfigResult, error)                          // statshouse.getConfig2
	GetMetrics             func(ctx context.Context, args GetMetrics) (GetMetricsResult, error)                         // statshouse.getMetrics
	GetMetrics2            func(ctx context.Context, args GetMetrics2) (GetMetricsResult, error)                        // statshouse.getMetrics2
	GetMetrics3            func(ctx context.Context, args GetMetrics3) (internal.MetadataGetJournalResponsenew, error)  // statshouse.getMetrics3
	GetTagMapping          func(ctx context.Context, args GetTagMapping) (GetTagMappingResult, error)                   // statshouse.getTagMapping
	GetTagMapping2         func(ctx context.Context, args GetTagMapping2) (GetTagMappingResult, error)                  // statshouse.getTagMapping2
	GetTagMappingBootstrap func(ctx context.Context, args GetTagMappingBootstrap) (GetTagMappingBootstrapResult, error) // statshouse.getTagMappingBootstrap
	GetTargets             func(ctx context.Context, args GetTargets) (GetTargetsResult, error)                         // statshouse.getTargets
	GetTargets2            func(ctx context.Context, args GetTargets2) (GetTargetsResult, error)                        // statshouse.getTargets2
	SendKeepAlive          func(ctx context.Context, args SendKeepAlive) (string, error)                                // statshouse.sendKeepAlive
	SendKeepAlive2         func(ctx context.Context, args SendKeepAlive2) (string, error)                               // statshouse.sendKeepAlive2
	SendSourceBucket       func(ctx context.Context, args SendSourceBucket) (string, error)                             // statshouse.sendSourceBucket
	SendSourceBucket2      func(ctx context.Context, args SendSourceBucket2) (string, error)                            // statshouse.sendSourceBucket2
	TestConnection         func(ctx context.Context, args TestConnection) (string, error)                               // statshouse.testConnection
	TestConnection2        func(ctx context.Context, args TestConnection2) (string, error)                              // statshouse.testConnection2

	RawAddMetricsBatch        func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.addMetricsBatch
	RawAutoCreate             func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.autoCreate
	RawGetConfig              func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getConfig
	RawGetConfig2             func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getConfig2
	RawGetMetrics             func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getMetrics
	RawGetMetrics2            func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getMetrics2
	RawGetMetrics3            func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getMetrics3
	RawGetTagMapping          func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getTagMapping
	RawGetTagMapping2         func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getTagMapping2
	RawGetTagMappingBootstrap func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getTagMappingBootstrap
	RawGetTargets             func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getTargets
	RawGetTargets2            func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.getTargets2
	RawSendKeepAlive          func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.sendKeepAlive
	RawSendKeepAlive2         func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.sendKeepAlive2
	RawSendSourceBucket       func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.sendSourceBucket
	RawSendSourceBucket2      func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.sendSourceBucket2
	RawTestConnection         func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.testConnection
	RawTestConnection2        func(ctx context.Context, hctx *rpc.HandlerContext) error // statshouse.testConnection2
}

func (*Handler) Handle

func (h *Handler) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err error)

type Item

type Item = internal.StatshouseItem

type ItemBytes

type ItemBytes = internal.StatshouseItemBytes

type Mapping

type Mapping = internal.StatshouseMapping

type MappingBytes

type MappingBytes = internal.StatshouseMappingBytes

type Metric

type Metric = internal.StatshouseMetric

type MetricBytes

type MetricBytes = internal.StatshouseMetricBytes

type MultiItem

type MultiItem = internal.StatshouseMultiItem

type MultiItemBytes

type MultiItemBytes = internal.StatshouseMultiItemBytes

type MultiValue

type MultiValue = internal.StatshouseMultiValue

type PromTarget

type PromTarget = internal.StatshousePromTarget

type SampleFactor

type SampleFactor = internal.StatshouseSampleFactor

type SendKeepAlive

type SendKeepAlive = internal.StatshouseSendKeepAlive

type SendKeepAlive2

type SendKeepAlive2 = internal.StatshouseSendKeepAlive2

type SourceBucket

type SourceBucket = internal.StatshouseSourceBucket

type SourceBucket2

type SourceBucket2 = internal.StatshouseSourceBucket2

type TestConnection

type TestConnection = internal.StatshouseTestConnection

type TopElement

type TopElement = internal.StatshouseTopElement

Jump to

Keyboard shortcuts

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