Categorygithub.com/zucchinho/dstest
modulepackage
0.0.13
Repository: https://github.com/zucchinho/dstest.git
Documentation: pkg.go.dev

# README

dstest

# Functions

No description provided by the author
NewServer creates a new Server.
NewServerWithPort creates a new Server at a specific port.
PageBounds converts an incoming page size and token from an RPC request into slice bounds and the outgoing next-page token.

# Structs

srv, err := NewServer() ..