FsEventClient is a client for the FsEvent schema.
| 1080 | |
| 1081 | // FsEventClient is a client for the FsEvent schema. |
| 1082 | type FsEventClient struct { |
| 1083 | config |
| 1084 | } |
| 1085 | |
| 1086 | // NewFsEventClient returns a client for the FsEvent from the given config. |
| 1087 | func NewFsEventClient(c config) *FsEventClient { |
nothing calls this directly
no outgoing calls
no test coverage detected