MCPcopy Create free account

hub / github.com/GACHAIN/go-gachain-mvp / types & classes

Types & classes171 in github.com/GACHAIN/go-gachain-mvp

↓ 1 callersTypeAliasAppsList
AppsList is a type for a slice of AppInfo
packages/controllers/app_catalog.go:40
↓ 1 callersTypeAliasListLangRes
ListLangRes is a slice of LangRes structures
packages/controllers/edit_language.go:45
StructAccountInfo
AccountInfo is a structure for the list of the accounts
packages/controllers/accounts.go:30
TypeAliasAction
The program creates packages/script/lex_table.go files. Action is a map of actions
tools/lextable/lextable.go:29
StructAddressJSON
AddressJSON is a structure of the ajax_adresses ajax request
packages/controllers/ajax_addresses.go:31
StructAddressTest
packages/lib/lib_test.go:40
StructAppInfo
AppInfo is a structure with information about the application
packages/controllers/app_catalog.go:31
StructAppProcess
AppProcess is a structure of the ajax_app_process ajax request
packages/controllers/ajax_app_process.go:29
StructBalance
Balance is the result structure of balamce handler
packages/exchangeapi/balance.go:27
StructBlock
Block contains all information about compiled block {...} and its children
packages/script/vminit.go:109
StructBlockData
BlockData is a structure of the block's header
packages/utils/utils.go:63
StructBlockHeader
BlockHeader is a structure of the block header
packages/consts/structs.go:29
TypeAliasBlocks
Blocks is a slice of blocks
packages/script/vminit.go:122
StructByteCode
ByteCode stores a command and an additional parameter.
packages/script/vminit.go:28
TypeAliasByteCodes
ByteCodes is the slice of ByteCode items
packages/script/vminit.go:34
StructByteTest
packages/lib/lib_test.go:30
StructChainInfo
ChainInfo contains infromation about transaction
packages/controllers/getchain.go:27
StructChainMsg
ChainMsg contains latest transactions
packages/controllers/getchain.go:38
StructCitizenFieldsJSON
CitizenFieldsJSON is a structure for the answer of ajax_citizen_fields ajax request
packages/controllers/ajax_citizen_fields.go:28
StructCitizenInfoJSON
* type FieldInfo struct { Name string `json:"name"` HTMLType string `json:"htmlType"` TxType string `json:"txType"` Title string `json:"t
packages/controllers/ajax_citizen_info.go:40
StructCitizenRequest
CitizenRequest isn't used
packages/consts/structs.go:71
StructCommonPage
CommonPage is a structure with common information about the user and state
packages/controllers/refact.go:30
StructCommonPage
CommonPage contains the common information for each template page
packages/utils/smart_u.go:104
StructContract
Contract contains the information about the contract.
packages/smart/smart.go:29
StructContractField
TxSignJSON is a structure for additional signs of transaction
packages/controllers/ajax_contractinfo.go:29
StructContractInfo
ContractInfo is a structure for the answer of ajax_contract_info ajax request
packages/controllers/ajax_contractinfo.go:36
StructContractInfo
ContractInfo contains the contract information
packages/script/vminit.go:80
StructController
Controller is the main controller's structure
packages/controllers/common.go:44
StructDCDB
var cacheFuel int64 var fuelMutex = &sync.Mutex{} DCDB is a database structure
packages/utils/sql.go:57
StructDaemonsChansType
DaemonsChansType is a structure for deamons
packages/utils/utils.go:73
StructDefaultAPI
DefaultAPI is the default answer structure
packages/exchangeapi/exchangeapi.go:43
StructEncodeType
packages/lib/lib_test.go:35
StructEncryptKey
EncryptKey is a structure for the answer of ajax_encrypt_key ajax request
packages/controllers/ajax_encrypt_key.go:28
StructExpContract
ExpContract contains information about a contract
packages/controllers/export_tpl.go:37
TypeAliasExpSlice
ExpSlice is a slice of ExpContract
packages/controllers/export_tpl.go:44
StructExplorerJSON
ExplorerJSON is a structure for the answer of ajax_explorer ajax request
packages/controllers/ajax_explorer.go:30
StructExtFuncInfo
ExtFuncInfo is the structure for the extrended function
packages/script/vminit.go:63
StructExtendData
ExtendData is used for the definition of the extended functions and variables
packages/script/vminit.go:132
StructFieldInfo
FieldInfo contains the information of contract data field
packages/utils/smart_u.go:39
StructFieldInfo
FieldInfo describes the field of the data structure
packages/script/vminit.go:73
StructFirstBlock
FirstBlock is the header of FirstBlock transaction
packages/consts/structs.go:63
StructFormInfo
*type FormCommon struct { //Lang map[string]string Address string WalletId int64 CitizenId int64 StateId int64 StateName
packages/utils/smart_u.go:58
StructFuncInfo
FuncInfo contains the function information
packages/script/vminit.go:90
StructGenKeys
GenKeys is a structure for the answer of ajax_gen_keys ajax request
packages/controllers/ajax_gen_keys.go:33
StructGenWallet
packages/controllers/ajax_gen_wallet.go:33
StructGetCntJSON
GetCntJSON is a structure for the answer of ajax_citizen_fields ajax request
packages/controllers/ajax_getcnt.go:28
StructGetUIDJSON
GetUIDJSON is a structure for the answer of ajax_get_uid ajax request
packages/controllers/ajax_getuid.go:29
StructHistory
History is an answer structure for history request
packages/exchangeapi/history.go:39
StructHistoryJSON
HistoryJSON is a structure for the answer of ajax_history ajax request
packages/controllers/ajax_history.go:29
StructInterfaceMenu
InterfaceMenu is a structure for ajax_get_menu ajax request
packages/controllers/ajax_get_menu.go:26
StructLangInfo
LangInfo is a structure for language name and code
packages/controllers/menu.go:31
StructLangRes
LangRes contains the language resource
packages/controllers/edit_language.go:29
StructLexem
Lexem contains information about language item
packages/script/lex.go:124
TypeAliasLexems
Lexems is a slice of lexems
packages/script/lex.go:132
StructListResult
ListResult is a structure for the list result
packages/utils/sql.go:153
StructLocStorage
LocStorage is a structure for answer of ajax_storage request
packages/controllers/ajax_storage.go:29
FuncTypeMapFunc
MapFunc is a function type with 1 - variables, 2 - map of parameters
packages/textproc/textproc.go:32
StructNewCitizen
NewCitizen isn't used
packages/consts/structs.go:78
StructNewKey
NewKey is a structure for the answer of ajax_new_key ajax request
packages/controllers/ajax_new_key.go:38
StructNewKey
NewKey is an answer structure for newKey request
packages/exchangeapi/newkey.go:27
StructNewRegisterResult
NewRegisterResult is a structure for the answer of newregister handler
packages/testnet/testnet.go:80
StructNewState
NewState is a structure for the answer of ajax_new_state ajax request
packages/controllers/ajax_new_state.go:33
StructNewStateResult
NewStateResult is a structure for the answer of newState handler
packages/testnet/testnet.go:72
StructObjInfo
ObjInfo is the common object type
packages/script/vminit.go:103
StructPageTpl
PageTpl is the main structure for the template page
packages/utils/smart_u.go:113
StructParser
Parser is a structure for parsing transactions
packages/parser/common.go:54
StructPrepareTxJSON
PrepareTxJSON is a structure for the answer of ajax_prepare_tx ajax request
packages/controllers/ajax_prepare_tx.go:43
StructRegisterPage
RegisterPage is a structure for the template of register handler
packages/testnet/testnet.go:63
StructRunTime
RunTime is needed for the execution of the byte-code
packages/script/vm.go:48
StructSelInfo
SelInfo is a structure for an item of selectable data
packages/utils/smart_u.go:127
StructSelList
SelList is a structure for selectable data
packages/utils/smart_u.go:121
StructSend
Send is a answer structure for send handle function
packages/exchangeapi/send.go:33
StructSendTxJSON
SendTxJSON is a structure for the answer of ajax_send_tx ajax request
packages/controllers/ajax_send_tx.go:34
StructSettings
Settings is a structure for saving in update.json file
tools/updatejson/updatejson.go:52
StructSettings
Settings contains options of the program
packages/egcons/egcons.go:40
StructSettings
Settings contains options of the program
packages/testnet/testnet.go:48
StructSignInJSON
SignInJSON is a structure for the result of the sign in request
packages/controllers/sign_in.go:29
StructSignRes
SignRes contains the data of the signature
packages/controllers/edit_signature.go:28
StructSingleResult
SingleResult is a structure for the single result
packages/utils/sql.go:147
StructSmartFieldsJSON
SmartFieldsJSON is a structure for the answer of ajax_smart_fields ajax request
packages/controllers/ajax_smart_fields.go:31
StructStateDetails
StateDetails is a structure for the answer of ajax_state_coords ajax request
packages/controllers/ajax_state_coords.go:26
TypeAliasStates
States is a map of states
tools/lextable/lextable.go:32
StructTCPServer
TCPServer is a structure for TCP connecvtion
packages/tcpserver/tcpserver.go:41
StructTXHeader
TXHeader is the header of the contract's transactions
packages/consts/structs.go:47
StructTXNewCitizen
TXNewCitizen isn't used
packages/consts/structs.go:57
StructTestComp
packages/script/eval_test.go:24
StructTestLexem
packages/script/lex_test.go:24
StructTestSmart
packages/smart/smart_test.go:28
StructTestText
packages/textproc/textproc_test.go:25
StructTestVM
packages/script/compile_test.go:24
StructTestnetPage
TestnetPage is a structure for the template of testnet handler
packages/testnet/testnet.go:55
FuncTypeTextFunc
TextFunc is a function type with 1 - variables, 2... - parameters
packages/textproc/textproc.go:29
StructTextProc
TextProc is a strcuture for the text processing
packages/textproc/textproc.go:35
StructTxBtnCont
TxBtnCont contains parameters of TxBtnCont function
packages/utils/smart_u.go:91
StructTxButtonInfo
TxButtonInfo contains parameters of TxButton function
packages/utils/smart_u.go:78
StructTxHeader
TxHeader is the old version of the transaction header
packages/consts/structs.go:39
StructTxInfo
TxInfo contains the information of contract data field in TxButton function
packages/utils/smart_u.go:69
StructTxInfo
TxInfo contains information about transaction
packages/testnet/blockchain.go:39
StructTxSignJSON
TxSignJSON is a structure for additional signs of transaction
packages/controllers/ajax_prepare_tx.go:35
StructUpdate
*const ( UpdPublicKey = `fd7f6ccf79ec35a7cf18640e83f0bbc62a5ae9ea7e9260e3a93072dd088d3c7acf5bcb95a7b44fcfceff8de4b16591d146bb3dc6e79f93f900e59a847d26
packages/lib/lib-tmp.go:34
next →1–100 of 171, ranked by callers