Documentation ¶
Overview ¶
Code generated by vktl/cmd/tlgen2; DO NOT EDIT.
Index ¶
- type Client
- func (c *Client) EditEntitynew(ctx context.Context, args EditEntitynew, extra *rpc.InvokeReqExtra, ret *Event) (err error)
- func (c *Client) GetInvertMapping(ctx context.Context, args GetInvertMapping, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) GetJournalnew(ctx context.Context, args GetJournalnew, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) GetMapping(ctx context.Context, args GetMapping, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) GetMetrics(ctx context.Context, args GetMetrics, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) GetTagMappingBootstrap(ctx context.Context, args GetTagMappingBootstrap, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) PutMapping(ctx context.Context, args PutMapping, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) PutTagMappingBootstrap(ctx context.Context, args PutTagMappingBootstrap, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) ResetFlood(ctx context.Context, args ResetFlood, extra *rpc.InvokeReqExtra, ...) (err error)
- func (c *Client) ResetFlood2(ctx context.Context, args ResetFlood2, extra *rpc.InvokeReqExtra, ...) (err error)
- type CreateEntityEvent
- type CreateMappingEvent
- type CreateMetricEvent
- type EditEntityEvent
- type EditEntitynew
- type EditMetricEvent
- type Event
- type EventBytes
- type GetInvertMapping
- type GetInvertMappingResponse
- type GetInvertMappingResponseKeyNotExists
- type GetInvertMappingResponseUnion
- type GetJournalResponsenew
- type GetJournalResponsenewBytes
- type GetJournalnew
- type GetMapping
- type GetMappingResponse
- type GetMappingResponseCreated
- type GetMappingResponseFloodLimitError
- type GetMappingResponseKeyNotExists
- type GetMappingResponseUnion
- type GetMetrics
- type GetMetricsResponse
- type GetTagMappingBootstrap
- type Handler
- type MetricOld
- type PutBootstrapEvent
- type PutMapping
- type PutMappingEvent
- type PutMappingResponse
- type PutTagMappingBootstrap
- type ResetFlood
- type ResetFlood2
- type ResetFloodResponse
- type ResetFloodResponse2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) EditEntitynew ¶
func (c *Client) EditEntitynew(ctx context.Context, args EditEntitynew, extra *rpc.InvokeReqExtra, ret *Event) (err error)
func (*Client) GetInvertMapping ¶
func (c *Client) GetInvertMapping(ctx context.Context, args GetInvertMapping, extra *rpc.InvokeReqExtra, ret *GetInvertMappingResponseUnion) (err error)
func (*Client) GetJournalnew ¶
func (c *Client) GetJournalnew(ctx context.Context, args GetJournalnew, extra *rpc.InvokeReqExtra, ret *GetJournalResponsenew) (err error)
func (*Client) GetMapping ¶
func (c *Client) GetMapping(ctx context.Context, args GetMapping, extra *rpc.InvokeReqExtra, ret *GetMappingResponseUnion) (err error)
func (*Client) GetMetrics ¶
func (c *Client) GetMetrics(ctx context.Context, args GetMetrics, extra *rpc.InvokeReqExtra, ret *GetMetricsResponse) (err error)
func (*Client) GetTagMappingBootstrap ¶
func (c *Client) GetTagMappingBootstrap(ctx context.Context, args GetTagMappingBootstrap, extra *rpc.InvokeReqExtra, ret *internal.StatshouseGetTagMappingBootstrapResult) (err error)
func (*Client) PutMapping ¶
func (c *Client) PutMapping(ctx context.Context, args PutMapping, extra *rpc.InvokeReqExtra, ret *PutMappingResponse) (err error)
func (*Client) PutTagMappingBootstrap ¶
func (c *Client) PutTagMappingBootstrap(ctx context.Context, args PutTagMappingBootstrap, extra *rpc.InvokeReqExtra, ret *internal.StatshousePutTagMappingBootstrapResult) (err error)
func (*Client) ResetFlood ¶
func (c *Client) ResetFlood(ctx context.Context, args ResetFlood, extra *rpc.InvokeReqExtra, ret *ResetFloodResponse) (err error)
func (*Client) ResetFlood2 ¶
func (c *Client) ResetFlood2(ctx context.Context, args ResetFlood2, extra *rpc.InvokeReqExtra, ret *ResetFloodResponse2) (err error)
type CreateEntityEvent ¶
type CreateEntityEvent = internal.MetadataCreateEntityEvent
type CreateMappingEvent ¶
type CreateMappingEvent = internal.MetadataCreateMappingEvent
type CreateMetricEvent ¶
type CreateMetricEvent = internal.MetadataCreateMetricEvent
type EditEntityEvent ¶
type EditEntityEvent = internal.MetadataEditEntityEvent
type EditEntitynew ¶
type EditEntitynew = internal.MetadataEditEntitynew
type EditMetricEvent ¶
type EditMetricEvent = internal.MetadataEditMetricEvent
type Event ¶
type Event = internal.MetadataEvent
type EventBytes ¶
type EventBytes = internal.MetadataEventBytes
type GetInvertMapping ¶
type GetInvertMapping = internal.MetadataGetInvertMapping
type GetInvertMappingResponse ¶
type GetInvertMappingResponse = internal.MetadataGetInvertMappingResponse
type GetInvertMappingResponseKeyNotExists ¶
type GetInvertMappingResponseKeyNotExists = internal.MetadataGetInvertMappingResponseKeyNotExists
type GetInvertMappingResponseUnion ¶
type GetInvertMappingResponseUnion = internal.MetadataGetInvertMappingResponseUnion
type GetJournalResponsenew ¶
type GetJournalResponsenew = internal.MetadataGetJournalResponsenew
type GetJournalResponsenewBytes ¶
type GetJournalResponsenewBytes = internal.MetadataGetJournalResponsenewBytes
type GetJournalnew ¶
type GetJournalnew = internal.MetadataGetJournalnew
type GetMapping ¶
type GetMapping = internal.MetadataGetMapping
type GetMappingResponse ¶
type GetMappingResponse = internal.MetadataGetMappingResponse
type GetMappingResponseCreated ¶
type GetMappingResponseCreated = internal.MetadataGetMappingResponseCreated
type GetMappingResponseFloodLimitError ¶
type GetMappingResponseFloodLimitError = internal.MetadataGetMappingResponseFloodLimitError
type GetMappingResponseKeyNotExists ¶
type GetMappingResponseKeyNotExists = internal.MetadataGetMappingResponseKeyNotExists
type GetMappingResponseUnion ¶
type GetMappingResponseUnion = internal.MetadataGetMappingResponseUnion
type GetMetrics ¶
type GetMetrics = internal.MetadataGetMetrics
type GetMetricsResponse ¶
type GetMetricsResponse = internal.MetadataGetMetricsResponse
type GetTagMappingBootstrap ¶
type GetTagMappingBootstrap = internal.MetadataGetTagMappingBootstrap
type Handler ¶
type Handler struct { EditEntitynew func(ctx context.Context, args EditEntitynew) (Event, error) // metadata.editEntitynew GetInvertMapping func(ctx context.Context, args GetInvertMapping) (GetInvertMappingResponseUnion, error) // metadata.getInvertMapping GetJournalnew func(ctx context.Context, args GetJournalnew) (GetJournalResponsenew, error) // metadata.getJournalnew GetMapping func(ctx context.Context, args GetMapping) (GetMappingResponseUnion, error) // metadata.getMapping GetMetrics func(ctx context.Context, args GetMetrics) (GetMetricsResponse, error) // metadata.getMetrics GetTagMappingBootstrap func(ctx context.Context, args GetTagMappingBootstrap) (internal.StatshouseGetTagMappingBootstrapResult, error) // metadata.getTagMappingBootstrap PutMapping func(ctx context.Context, args PutMapping) (PutMappingResponse, error) // metadata.putMapping PutTagMappingBootstrap func(ctx context.Context, args PutTagMappingBootstrap) (internal.StatshousePutTagMappingBootstrapResult, error) // metadata.putTagMappingBootstrap ResetFlood func(ctx context.Context, args ResetFlood) (ResetFloodResponse, error) // metadata.resetFlood ResetFlood2 func(ctx context.Context, args ResetFlood2) (ResetFloodResponse2, error) // metadata.resetFlood2 RawEditEntitynew func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.editEntitynew RawGetInvertMapping func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.getInvertMapping RawGetJournalnew func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.getJournalnew RawGetMapping func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.getMapping RawGetMetrics func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.getMetrics RawGetTagMappingBootstrap func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.getTagMappingBootstrap RawPutMapping func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.putMapping RawPutTagMappingBootstrap func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.putTagMappingBootstrap RawResetFlood func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.resetFlood RawResetFlood2 func(ctx context.Context, hctx *rpc.HandlerContext) error // metadata.resetFlood2 }
type MetricOld ¶
type MetricOld = internal.MetadataMetricOld
type PutBootstrapEvent ¶
type PutBootstrapEvent = internal.MetadataPutBootstrapEvent
type PutMapping ¶
type PutMapping = internal.MetadataPutMapping
type PutMappingEvent ¶
type PutMappingEvent = internal.MetadataPutMappingEvent
type PutMappingResponse ¶
type PutMappingResponse = internal.MetadataPutMappingResponse
type PutTagMappingBootstrap ¶
type PutTagMappingBootstrap = internal.MetadataPutTagMappingBootstrap
type ResetFlood ¶
type ResetFlood = internal.MetadataResetFlood
type ResetFlood2 ¶
type ResetFlood2 = internal.MetadataResetFlood2
type ResetFloodResponse ¶
type ResetFloodResponse = internal.MetadataResetFloodResponse
type ResetFloodResponse2 ¶
type ResetFloodResponse2 = internal.MetadataResetFloodResponse2
Click to show internal directories.
Click to hide internal directories.