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
This will be the simplest of the two endpoints, as it is only a placeholder.
Currently the backend tech for the active session database is unknown, so we should just mock our own active session name and actor.
In the drunc codebase, see how endpoins are organised and implemented in the drunc/src/{controller,process_manager} directories, and make the session_manager directory, following the same directory structure. These directories may contain some extra shell script stuff, but maybe we don't need in ours.
The endpoint should return a size one list of a structure containing name and actor for now.
The text was updated successfully, but these errors were encountered:
This will be the simplest of the two endpoints, as it is only a placeholder.
Currently the backend tech for the active session database is unknown, so we should just mock our own active session name and actor.
In the drunc codebase, see how endpoins are organised and implemented in the
drunc/src/{controller,process_manager}
directories, and make thesession_manager
directory, following the same directory structure. These directories may contain some extra shell script stuff, but maybe we don't need in ours.The endpoint should return a size one list of a structure containing
name
andactor
for now.The text was updated successfully, but these errors were encountered: