Documentation ¶
Index ¶
- Constants
- Variables
- func Abundance(molecule *binary.Micromolecule, str string, iter int) (int, string)
- func Active_Proteins(str string) map[string]string
- func AddNewProfile(response http.ResponseWriter, request *http.Request, user users.Visitors, ...) (*firestore.DocumentRef, bool, error)
- func AminoChains(str string) map[string]biosubtypes.Aminochain
- func Card_Verification(s1, s2 string) bool
- func DashboardAnalytics(amino []*binary.Micromolecule, sum int64) []map[string]interface{}
- func Data_Predicition(w http.ResponseWriter, r *http.Request, fname, choose string, file *os.File, ...) error
- func Date(s string) string
- func Download_Content_ownership(File string, client bucket.Bucket_Service) *proto.QState
- func Encrypted_Stream_Channel(file string) bool
- func Firebase_Gatekeeper(w http.ResponseWriter, r *http.Request, member users.Visitors) (*users.Visitors, error)
- func Firestore_Reference() *firestore.Client
- func Generator() string
- func Genome_Extract(m map[string]map[string]proteins.Aminochain, n map[string]string, key string) *binary.Micromolecule
- func GetBioAlgoParameters() info.Levenshtein
- func GetCompositionState(molecule *binary.Micromolecule) bool
- func GetDBClientRef() *firestore.Client
- func GetDBCollect() users.DBFirestore
- func GetEditParameters() bio.LevenTable
- func GetGenes() []string
- func GetKeyFile() string
- func GetMoleculesState(molecule *binary.Micromolecule) bool
- func GetProjectID() string
- func GetStructsFields(molecule *binary.Micromolecule, fields int, name string) reflect.Value
- func GetToday(year int, month time.Month, date int) time.Time
- func IsEvm(hash, addressexp string, clientInstance *ethclient.Client) bool
- func Make_string(chain *binary.Micromolecule) string
- func Mapper(stream map[string]interface{}, key string) interface{}
- func Mass(molecule *binary.Micromolecule) float64
- func Molecular(p *binary.Micromolecule) bool
- func Month(s string) string
- func MountDisk(w http.ResponseWriter, r *http.Request, filename string) os.FileInfo
- func Mounted(w http.ResponseWriter, r *http.Request, openReadFile string) (string, error)
- func Occurance(molecule *binary.Micromolecule) int64
- func Open_SFiles(path, filename string) (*os.File, error)
- func ParseTags(s string) []string
- func Pictures_Stream(r *http.Request, user_id string)
- func Presence(w http.ResponseWriter, r *http.Request, regexp_emal, regexp_pss bool, ...) (bool, *structs.SignedKey)
- func RFiles(filename string) ([]byte, error)
- func ReadAllow(serverFile *os.File, userFile os.FileInfo) ([]string, []string, error)
- func SetBioAlgoParameters(prob float32, pattern_name string, percent float32)
- func SetDBClientRef() *firestore.Client
- func SetDBCollect() users.DBFirestore
- func SetEditParameters() bio.LevenTable
- func SetGenes(gene []string)
- func SiaObjectStorage(client skynet.SkynetClient, file string) bool
- func Signx(w http.ResponseWriter, r *http.Request, h1, h2 string) (string, string, *ecdsa.PrivateKey)
- func StringInt(s string) (int, error)
- func Symbol(molecule *binary.Micromolecule) string
- func ToRunes(seq byte) string
- func TrustRequest(message, verifier, request string) (bool, error, *ed25519.PrivateKey)
- func UpdateProfileInfo(member *users.Visitors) bool
- func Web_Token(unique string) *sessions.CookieStore
- func Year(s string) string
- type Point
Constants ¶
View Source
const ( ConfigFilename string = "htickets-cb4d0-firebase-adminsdk-orfdf-b3528d7d65.json" ProjectID string = "htickets-cb4d0" )
View Source
const Errors = "Operation Failed"
Variables ¶
View Source
var ( //Firestore_Rf string Edit bio.LevenTable Algo info.Levenshtein )
View Source
var (
Firestore_Rf string
)
Functions ¶
func Active_Proteins ¶
func AddNewProfile ¶
func AminoChains ¶
func AminoChains(str string) map[string]biosubtypes.Aminochain
func Card_Verification ¶
func DashboardAnalytics ¶
func DashboardAnalytics(amino []*binary.Micromolecule, sum int64) []map[string]interface{}
func Data_Predicition ¶
func Data_Predicition(w http.ResponseWriter, r *http.Request, fname, choose string, file *os.File, algo info.Levenshtein) error
func Download_Content_ownership ¶
func Download_Content_ownership(File string, client bucket.Bucket_Service) *proto.QState
func Encrypted_Stream_Channel ¶
* To keep user privacy , Encrypted-Channels accept stream of data. * Onces the data transfer complete this path completely closed.
func Firebase_Gatekeeper ¶
func Firestore_Reference ¶
func Genome_Extract ¶
func Genome_Extract(m map[string]map[string]proteins.Aminochain, n map[string]string, key string) *binary.Micromolecule
genome function return maromolecules props .
this function written in fp style . In a single line of code dozen of functions depend on one another
func GetBioAlgoParameters ¶
func GetBioAlgoParameters() info.Levenshtein
func GetCompositionState ¶
func GetCompositionState(molecule *binary.Micromolecule) bool
func GetDBClientRef ¶
func GetDBCollect ¶
func GetDBCollect() users.DBFirestore
func GetEditParameters ¶
func GetEditParameters() bio.LevenTable
func GetKeyFile ¶
func GetKeyFile() string
func GetMoleculesState ¶
func GetMoleculesState(molecule *binary.Micromolecule) bool
func GetProjectID ¶
func GetProjectID() string
func GetStructsFields ¶
func Make_string ¶
func Make_string(chain *binary.Micromolecule) string
func Mass ¶
func Mass(molecule *binary.Micromolecule) float64
func Molecular ¶
func Molecular(p *binary.Micromolecule) bool
func Occurance ¶
func Occurance(molecule *binary.Micromolecule) int64
func Pictures_Stream ¶
func SetBioAlgoParameters ¶
func SetDBClientRef ¶
func SetDBCollect ¶
func SetDBCollect() users.DBFirestore
func SetEditParameters ¶
func SetEditParameters() bio.LevenTable
func SiaObjectStorage ¶
func SiaObjectStorage(client skynet.SkynetClient, file string) bool
func Signx ¶
func Signx(w http.ResponseWriter, r *http.Request, h1, h2 string) (string, string, *ecdsa.PrivateKey)
func Symbol ¶
func Symbol(molecule *binary.Micromolecule) string
func TrustRequest ¶
func TrustRequest(message, verifier, request string) (bool, error, *ed25519.PrivateKey)
func UpdateProfileInfo ¶
func Web_Token ¶
func Web_Token(unique string) *sessions.CookieStore
Types ¶
Click to show internal directories.
Click to hide internal directories.