Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryRelationModel ¶
type DecodeRequest ¶
type DecodeResponse ¶
type DecodeResponse struct {
DecodedString string `json:"decoded_string"`
}
type EncodeDecodeRequest ¶
type EncodeDecodeRequest struct {
String string `json:"string"`
}
type EncodeResponse ¶
type GenerateTruthTableRequest ¶
type GenerateTruthTableRequest struct {
Expression string `json:"expression"`
}
type VennDiagramRequest ¶
type VennDiagramRequest struct {
Expression string `json:"expression"`
}
type VennDiagramResponse ¶
type VennDiagramResponse struct {
ImageURL string `json:"image_url"`
}
Click to show internal directories.
Click to hide internal directories.