request

package
v0.0.0-...-50c92f1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataDetail

type DataDetail struct {
	Uuid string `json:"uuid"`
	Name string `json:"name"`
	Age  int    `json:"age"`
}

type DataFromKafka

type DataFromKafka struct {
	Status  bool         `json:"status"`
	Message string       `json:"message"`
	Data    []DataDetail `json:"data"`
}

type ParamsId

type ParamsId struct {
	ID string `json:"id"`
}

Jump to

Keyboard shortcuts

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