You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
##Create a test server for the client
we need to write a test server instead of running tracee every time we want to check if something is wrong or to check if everything works correctly
this means to write a mock server that act as the client should act when using tracectl
for this use we have the mock folder under pkg click here to view