(jsonData []byte)
| 39 | type Remote interface { |
| 40 | AuthSign(req, id []byte, provider auth.Provider) ([]byte, error) |
| 41 | Sign(jsonData []byte) ([]byte, error) |
| 42 | Info(jsonData []byte) (*info.Resp, error) |
| 43 | Hosts() []string |
| 44 | SetReqModifier(func(*http.Request, []byte)) |
no outgoing calls