Documentation
¶
Index ¶
- Variables
- func CreateHellos(t *testing.T, num int) []*sprinklesv1.Hello
- func CreateRandomNumHellos(t *testing.T) []*sprinklesv1.Hello
- func DeleteHellos(ids []string) error
- func GetHellosById(ids []string) ([]*sprinklesv1.Hello, error)
- func ListHellos(limit, offset int, orderBy string) ([]*sprinklesv1.Hello, error)
- func UpsertHellos(hellos []*sprinklesv1.Hello) ([]*sprinklesv1.Hello, error)
- type TestData
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiClient = initializeApiClient(5 * time.Second)
View Source
var LoadedTestData = TestData{}
Functions ¶
func CreateHellos ¶
func CreateHellos(t *testing.T, num int) []*sprinklesv1.Hello
func CreateRandomNumHellos ¶
func CreateRandomNumHellos(t *testing.T) []*sprinklesv1.Hello
func DeleteHellos ¶
func GetHellosById ¶
func GetHellosById(ids []string) ([]*sprinklesv1.Hello, error)
func ListHellos ¶
func ListHellos(limit, offset int, orderBy string) ([]*sprinklesv1.Hello, error)
func UpsertHellos ¶
func UpsertHellos(hellos []*sprinklesv1.Hello) ([]*sprinklesv1.Hello, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.