endpoint.go 258 B

12345678
  1. package endpoint_entities
  2. type EndpointResponseChunk struct {
  3. Status *uint16 `json:"status" validate:"omitempty"`
  4. Headers map[string]string `json:"headers" validate:"omitempty"`
  5. Result *string `json:"result" validate:"omitempty"`
  6. }