functionServerClient is used to get function and policy meta from apiserver
| 32 | |
| 33 | // functionServerClient is used to get function and policy meta from apiserver |
| 34 | type functionServerClient struct { |
| 35 | rpcClient registry.Registry |
| 36 | cache *StorageCache |
| 37 | } |
| 38 | |
| 39 | // NewDataStorer create a apiserver client |
| 40 | func NewDataStorer(o *registry.Options, storageCache *StorageCache) (ds DataStorer, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected