Categorygithub.com/TexaProject/texajson
modulepackage
0.0.5
Repository: https://github.com/texaproject/texajson.git
Documentation: pkg.go.dev

# README

texajson

CodeFactor

JSON package for handling JSON-based ops in the test instance

# Functions

AddtoCatPageArray Appends a new CatPage 'p' to the specified target CatPageArray 'pa'.
AddtoPageArray Appends a new page 'p' to the specified target PageArray 'pa'.
AddtoSlabPageArray Appends a new Slabpage 'p' to the specified target SlabPageArray 'pa'.
CatToJson marshals CatPageArray data into JSON format.
ConvtoCatPage converts a set of data vars into a CatPage struct variable.
ConvtoPage converts a set of data vars into a Page struct variable.
ConvtoSlabPage configures the parameters of SlabPage using the ArtiQSA.
GetCatPages returns a converted CatPage Array persistent to the mts.json.
GetInstance ..
GetPages returns a converted Page Array persistent to the mts.json.
GetSlabPages returns a converted SlabPage Array persistent to the mts.json.
InitCluster ..
NewInterrogationObject is created a new object and returns it.
NewResultObject is used to create a new Result object for a new AI.
SlabToJson marshals SlabPageArray data into JSON format.
ToJson marshals PageArray data into JSON format.
WriteDataToIPFS is used to write a data to IPFS using ipldcrud and return the CID.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CatPage exports schema for data/cat.json.
CatValArray exports the sub-JSON document for CatPage.
Interaction represents communication b/w Ai and human and its quantum score along with Justification.
Interrogation is used to record the data from a session.
IpfsCluster ..
Page exports schema for mts.json.
Result is the master table recording the results of all test sessions for a given AI.
SlabPage exports schema for reportcard/mts.json.