model

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 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 All

type All struct {
	Tokens []*Tokenize `json:"tokens"`
}

type Child

type Child struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

type ChildReceipt

type ChildReceipt struct {
	Key   string     `json:"key"`
	Value *ChildResp `json:"value"`
}

type ChildResp

type ChildResp struct {
	Found bool   `json:"found"`
	Datum string `json:"datum"`
}

type Detokenize

type Detokenize struct {
	ID   string  `json:"id"`
	Data []Child `json:"data"`
}

type DetokenizeResponse

type DetokenizeResponse struct {
	ID   string          `json:"id"`
	Data []*ChildReceipt `json:"data"`
}

type Resp

type Resp interface {
}

type Response

type Response struct {
	Resp  `json:"resp"`
	Code  int      `json:"code"`
	Error []string `json:"error"`
}

type Tokenize

type Tokenize struct {
	ID   string  `json:"id"`
	Data []Child `json:"data"`
}

type TokenizeResponse

type TokenizeResponse struct {
	ID   string  `json:"id"`
	Data []Child `json:"data"`
}

Jump to

Keyboard shortcuts

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