Documentation ¶
Index ¶
- Variables
- func BaseClass(className string) *models.Class
- func CreateTweetTest(t *testing.T, className string)
- func CreateTweetTestGRPC(t *testing.T, className string)
- func CreateTweetTestWithParams(t *testing.T, className, params string)
- func CreateTweetTestWithParamsGRPC(t *testing.T, className string, params *pb.GenerativeProvider)
- func InsertObjects(t *testing.T, className string)
Constants ¶
This section is empty.
Variables ¶
View Source
var Planets = []struct { ID strfmt.UUID Name, Description string }{ { ID: strfmt.UUID("00000000-0000-0000-0000-000000000001"), Name: "Earth", Description: ` The Earth's surface is predominantly covered by oceans, accounting for about 71% of its total area, while continents provide the stage for bustling cities, towering mountains, and sprawling forests. Its atmosphere, composed mostly of nitrogen and oxygen, protects life from harmful solar radiation and regulates the planet's climate, creating the conditions necessary for life to flourish. Humans, as the dominant species, have left an indelible mark on Earth, shaping its landscapes and ecosystems in profound ways. However, with this influence comes the responsibility to steward and preserve our planet for future generations. `, }, { ID: strfmt.UUID("00000000-0000-0000-0000-000000000002"), Name: "Mars", Description: ` Mars, often called the "Red Planet" due to its rusty reddish hue, is the fourth planet from the Sun in our solar system. It's a world of stark contrasts and mysterious allure, captivating the imaginations of scientists, explorers, and dreamers alike. With its barren, rocky terrain and thin atmosphere primarily composed of carbon dioxide, Mars presents a harsh environment vastly different from Earth. Yet, beneath its desolate surface lie tantalizing clues about its past, including evidence of ancient rivers, lakes, and even the possibility of microbial life. `, }, }
Functions ¶
func CreateTweetTest ¶
func CreateTweetTestGRPC ¶ added in v1.27.0
func CreateTweetTestWithParamsGRPC ¶ added in v1.27.0
func CreateTweetTestWithParamsGRPC(t *testing.T, className string, params *pb.GenerativeProvider)
func InsertObjects ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.