freshcn

Results 2 comments of freshcn

I have two `.proto` file backend/server/status/get.proto ``` syntax = "proto3"; package backend.server.status; option go_package = "backend/app/pb/server/status"; import "backend/public/responseHead.proto"; import "backend/public/platform.proto"; message GetResponse { backend.public.ResponseHead head = 1; backend.public.Platform platform =...

https://learning.postman.com/docs/writing-scripts/pre-request-scripts/ This is postman's pre-script document