Versions in this module Expand all Collapse all v0 v0.1.1 Sep 22, 2024 v0.1.0 Sep 22, 2024 Changes in this version + var DefaultChainUrl string = "ws://wetee-node.worker-addon.svc.cluster.local:9944" + func CreateCertificate(appId string) ([]byte, crypto.PrivateKey) + func InitGramineEntry(hostfs util.Fs, isMain bool) (string, error) + func LocalLoad(fs util.Fs, isMain bool) error + func PreLoad(fs util.Fs, isMain bool) error + func VerifyWorker(reportData *util.TeeParam, fs util.Fs, client *chain.ChainClient) ([]byte, error) + type TeeExecutor struct + func (e *TeeExecutor) HandleTeeCall(w http.ResponseWriter, r *http.Request) + type WorkerChannel struct + TlsConfig *tls.Config + func (w *WorkerChannel) Get(url string) ([]byte, error) + func (w *WorkerChannel) Post(url string, json string) ([]byte, error)