implement statuscode in packets
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 2m2s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 2m2s
This commit is contained in:
@@ -27,8 +27,8 @@ var (
|
||||
)
|
||||
|
||||
type GrainPool interface {
|
||||
Process(id CartId, messages ...Message) ([]byte, error)
|
||||
Get(id CartId) ([]byte, error)
|
||||
Process(id CartId, messages ...Message) (*CallResult, error)
|
||||
Get(id CartId) (*CallResult, error)
|
||||
}
|
||||
|
||||
type Ttl struct {
|
||||
|
||||
Reference in New Issue
Block a user