snapshotvalue

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestCreateSnapshotValue

func TestCreateSnapshotValue(t *testing.T, payload any, token string, sid, expectedUserId, expectedStatusCode int) int

func TestDeleteSnapshotValue

func TestDeleteSnapshotValue(t *testing.T, snapId int, snapValId int, token string, expectedResponse ExpectedDeleteSnapshotValueResponse, expectedUserId int, expectedStatusCode int)

func TestGetSnapshotValue

func TestGetSnapshotValue(t *testing.T, sid, svid int, token string, expectedUserId int, expectedStatusCode int)

func TestGetSnapshotValues

func TestGetSnapshotValues(t *testing.T, token string, snapshotId, expectedUserId, expectedStatusCode int, expectedResponse ExpectedGetSnapshotValuesResponse)

func TestUpdateSnapshotValue

func TestUpdateSnapshotValue(t *testing.T, snapId int, snapValId int, payload any, token string, expectedResponse ExpectedUpdateSnapshotValueResponse, expectedUserId int, expectedStatusCode int)

Types

type ExpectedDeleteSnapshotValueResponse

type ExpectedDeleteSnapshotValueResponse struct {
	Total float64
	Er    float64
}

type ExpectedGetSnapshotValuesResponse

type ExpectedGetSnapshotValuesResponse struct {
	SnapshotValues int
}

type ExpectedUpdateSnapshotValueResponse

type ExpectedUpdateSnapshotValueResponse struct {
	Total float64
	Er    float64
}

Jump to

Keyboard shortcuts

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