Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultHandlers = []domain.HandlerIface{ implementations.PassThrough_Handler, implementations.Root_Handler, implementations.ProcUptime_Handler, implementations.ProcSwaps_Handler, implementations.ProcSys_Handler, implementations.ProcSysFs_Handler, implementations.ProcSysKernel_Handler, implementations.ProcSysKernelRandom_Handler, implementations.ProcSysKernelYama_Handler, implementations.ProcSysNetCore_Handler, implementations.ProcSysNetIpv4_Handler, implementations.ProcSysNetIpv4Vs_Handler, implementations.ProcSysNetIpv4Neigh_Handler, implementations.ProcSysNetNetfilter_Handler, implementations.ProcSysNetUnix_Handler, implementations.ProcSysVm_Handler, implementations.SysKernel_Handler, implementations.SysDevicesVirtual_Handler, implementations.SysDevicesVirtualDmi_Handler, implementations.SysDevicesVirtualDmiId_Handler, implementations.SysModuleNfconntrackParameters_Handler, }
Slice of sysbox-fs' default handlers and the respective paths where they apply. Notice that the path associated to the pass-through handler is symbolic as this one can be invoked from within any of the other handlers, regardless of the FS location where they operate.
Functions ¶
func NewHandlerService ¶
func NewHandlerService() domain.HandlerServiceIface
HandlerService constructor.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.