lazycatNewton
lazycatNewton
As a new pitaya user. if i want do some validation work before shakehand, in session, what should i do ?
Such as this two entities ``` // Edges of the user. func (User) Edges() []ent.Edge { return []ent.Edge{ edge.To("card", Card.Type). Unique(), } } ``` ``` // Edges of the Card....
I try to use gzip to compress the data . I noticed that pitaya has such a statement, but I didn't find a way to use it that meets pitaya's...
I want to test my logic by using pitaya-cli. ``` Pitaya REPL Client >>> sethandshake {"user":{"aid":1}} >>> connect localhost:9020 Using json client connected! >>> request logic.main.Ping {"id":1} >>> sv-> PIT-400-proto: ...