Documentation ¶
Index ¶
- func FailCreateKeyspaceGroupWithCode(re *require.Assertions, server *tests.TestServer, ...)
- func MustCreateKeyspaceGroup(re *require.Assertions, server *tests.TestServer, ...)
- func MustFinishSplitKeyspaceGroup(re *require.Assertions, server *tests.TestServer, id uint32)
- func MustLoadKeyspaceGroupByID(re *require.Assertions, server *tests.TestServer, id uint32) *endpoint.KeyspaceGroup
- func MustSplitKeyspaceGroup(re *require.Assertions, server *tests.TestServer, id uint32, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FailCreateKeyspaceGroupWithCode ¶
func FailCreateKeyspaceGroupWithCode(re *require.Assertions, server *tests.TestServer, request *handlers.CreateKeyspaceGroupParams, expect int)
FailCreateKeyspaceGroupWithCode fails to create a keyspace group with HTTP API.
func MustCreateKeyspaceGroup ¶
func MustCreateKeyspaceGroup(re *require.Assertions, server *tests.TestServer, request *handlers.CreateKeyspaceGroupParams)
MustCreateKeyspaceGroup creates a keyspace group with HTTP API.
func MustFinishSplitKeyspaceGroup ¶
func MustFinishSplitKeyspaceGroup(re *require.Assertions, server *tests.TestServer, id uint32)
MustFinishSplitKeyspaceGroup finishes a keyspace group split with HTTP API.
func MustLoadKeyspaceGroupByID ¶
func MustLoadKeyspaceGroupByID(re *require.Assertions, server *tests.TestServer, id uint32) *endpoint.KeyspaceGroup
MustLoadKeyspaceGroupByID loads the keyspace group by ID with HTTP API.
func MustSplitKeyspaceGroup ¶
func MustSplitKeyspaceGroup(re *require.Assertions, server *tests.TestServer, id uint32, request *handlers.SplitKeyspaceGroupByIDParams)
MustSplitKeyspaceGroup updates a keyspace group with HTTP API.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.