type github.com/gotd/td/tg.JSONBool
31 uses
github.com/gotd/td/tg (current package)
tl_json_value_gen.go#L140: type JSONBool struct {
tl_json_value_gen.go#L149: func (j JSONBool) construct() JSONValueClass { return &j }
tl_json_value_gen.go#L153: _ bin.Encoder = &JSONBool{}
tl_json_value_gen.go#L154: _ bin.Decoder = &JSONBool{}
tl_json_value_gen.go#L155: _ bin.BareEncoder = &JSONBool{}
tl_json_value_gen.go#L156: _ bin.BareDecoder = &JSONBool{}
tl_json_value_gen.go#L158: _ JSONValueClass = &JSONBool{}
tl_json_value_gen.go#L161: func (j *JSONBool) Zero() bool {
tl_json_value_gen.go#L173: func (j *JSONBool) String() string {
tl_json_value_gen.go#L177: type Alias JSONBool
tl_json_value_gen.go#L182: func (j *JSONBool) FillFrom(from interface {
tl_json_value_gen.go#L191: func (*JSONBool) TypeID() uint32 {
tl_json_value_gen.go#L196: func (*JSONBool) TypeName() string {
tl_json_value_gen.go#L201: func (j *JSONBool) TypeInfo() tdp.Type {
tl_json_value_gen.go#L220: func (j *JSONBool) Encode(b *bin.Buffer) error {
tl_json_value_gen.go#L229: func (j *JSONBool) EncodeBare(b *bin.Buffer) error {
tl_json_value_gen.go#L238: func (j *JSONBool) Decode(b *bin.Buffer) error {
tl_json_value_gen.go#L249: func (j *JSONBool) DecodeBare(b *bin.Buffer) error {
tl_json_value_gen.go#L264: func (j *JSONBool) GetValue() (value bool) {
tl_json_value_gen.go#L906: v := JSONBool{}
tl_json_value_slices_gen.go#L122: value, ok := elem.(*JSONBool)
tl_json_value_slices_gen.go#L185: type JSONBoolArray []JSONBool
tl_json_value_slices_gen.go#L188: func (s JSONBoolArray) Sort(less func(a, b JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L196: func (s JSONBoolArray) SortStable(less func(a, b JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L204: func (s JSONBoolArray) Retain(keep func(x JSONBool) bool) JSONBoolArray {
tl_json_value_slices_gen.go#L218: func (s JSONBoolArray) First() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L226: func (s JSONBoolArray) Last() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L234: func (s *JSONBoolArray) PopFirst() (v JSONBool, ok bool) {
tl_json_value_slices_gen.go#L244: var zero JSONBool
tl_json_value_slices_gen.go#L253: func (s *JSONBoolArray) Pop() (v JSONBool, ok bool) {
tl_registry_gen.go#L4482: JSONBoolTypeID: func() bin.Object { return &JSONBool{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |