list

package
v0.10.9 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: Apache-2.0 Imports: 14 Imported by: 2

Documentation

Overview

Code generated by atomix-go-framework. DO NOT EDIT.

Index

Constants

View Source
const Type = "List"

Variables

This section is empty.

Functions

func NewProxyServer

func NewProxyServer(client *rsm.Client, readSync bool) list.ListServiceServer

NewProxyServer creates a new ProxyServer

func Register

func Register(protocol *rsm.Protocol)

Types

type ProxyServer

type ProxyServer struct {
	*rsm.Client
	// contains filtered or unexported fields
}

func (*ProxyServer) Append

func (s *ProxyServer) Append(ctx context.Context, request *list.AppendRequest) (*list.AppendResponse, error)

func (*ProxyServer) Clear

func (s *ProxyServer) Clear(ctx context.Context, request *list.ClearRequest) (*list.ClearResponse, error)

func (*ProxyServer) Elements

func (*ProxyServer) Events

func (*ProxyServer) Get

func (s *ProxyServer) Get(ctx context.Context, request *list.GetRequest) (*list.GetResponse, error)

func (*ProxyServer) Insert

func (s *ProxyServer) Insert(ctx context.Context, request *list.InsertRequest) (*list.InsertResponse, error)

func (*ProxyServer) Remove

func (s *ProxyServer) Remove(ctx context.Context, request *list.RemoveRequest) (*list.RemoveResponse, error)

func (*ProxyServer) Set

func (s *ProxyServer) Set(ctx context.Context, request *list.SetRequest) (*list.SetResponse, error)

func (*ProxyServer) Size

func (s *ProxyServer) Size(ctx context.Context, request *list.SizeRequest) (*list.SizeResponse, error)

Jump to

Keyboard shortcuts

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