clientcache

package
v0.0.0-...-ab4fb46 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2022 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 Card

type Card struct {
	// カードID
	Id string `json:"id"`
	// データ
	Data []byte `json:"data"`
}

カード

type CardSlice

type CardSlice []*Card

type Character

type Character struct {
	// キャラクターID
	Id string `json:"id"`
	// データ
	Data []byte `json:"data"`
}

キャラクター

type CharacterDetail

type CharacterDetail struct {
	// キャラクターID
	CharacterId string `json:"character_id"`
	// データ
	Data []byte `json:"data"`
}

キャラクター詳細

type CharacterDetailSlice

type CharacterDetailSlice []*CharacterDetail

type CharacterSlice

type CharacterSlice []*Character

Jump to

Keyboard shortcuts

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