Documentation
¶
Overview ¶
Package trsparser provides primitives to interact with the openapi HTTP API.
Code generated by github.com/oapi-codegen/oapi-codegen/v2 version v2.3.0 DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParseError ¶
type ParseError struct {
LlmMessage NonEmptyString `json:"llmMessage"`
Summary NonEmptyString `json:"summary"`
}
ParseError defines model for ParseError.
func (*ParseError) Error ¶
func (e *ParseError) Error() string
type Trs ¶
type Trs struct {
Interpretations []NonEmptyString `json:"interpretations"`
Rules []NonEmptyString `json:"rules"`
Variables []NonEmptyString `json:"variables"`
}
Trs defines model for Trs.
Click to show internal directories.
Click to hide internal directories.