package
0.0.0-20240905184220-0a5f9d4d9d01
Repository: https://github.com/datadog/chaos-controller.git
Documentation: pkg.go.dev

# Functions

NewManager creates a new process manager.
NewManagerMock creates a new instance of ManagerMock.
No description provided by the author
NewRuntimeMock creates a new instance of RuntimeMock.

# Constants

No description provided by the author

# Structs

ManagerMock is an autogenerated mock type for the Manager type.
ManagerMock_Exists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Exists'.
No description provided by the author
ManagerMock_Find_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Find'.
ManagerMock_Prioritize_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Prioritize'.
ManagerMock_ProcessID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ProcessID'.
ManagerMock_SetAffinity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetAffinity'.
ManagerMock_Signal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Signal'.
ManagerMock_ThreadID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ThreadID'.
RuntimeMock is an autogenerated mock type for the Runtime type.
No description provided by the author
RuntimeMock_GOMAXPROCS_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GOMAXPROCS'.
RuntimeMock_LockOSThread_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'LockOSThread'.
RuntimeMock_UnlockOSThread_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UnlockOSThread'.

# Interfaces

Manager manages a process.
No description provided by the author