Documentation
¶
Index ¶
- Constants
- func ActiveOtherInstances(currentPID int) int
- func CleanupProjectTemp(projectHex string) error
- func CloseProjectTemp(projectHex string, othersActive, spillGenerated bool) error
- func CurrentPID() int
- func FormatTruncatedMessage(spillPath string) string
- func RegisterInstance(pid int) error
- func Shutdown(pid int, projectHex string, svc *Service) error
- func Startup(pid int) error
- func UnregisterInstance(pid int) error
- type Limits
- type Meta
- type Service
Constants ¶
View Source
const ( DefaultMaxBytes = 65536 DefaultMaxLines = 2048 )
Variables ¶
This section is empty.
Functions ¶
func ActiveOtherInstances ¶
func CleanupProjectTemp ¶
func CloseProjectTemp ¶
func CurrentPID ¶
func CurrentPID() int
func FormatTruncatedMessage ¶
func RegisterInstance ¶
func UnregisterInstance ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) MarkSpillGenerated ¶
func (s *Service) MarkSpillGenerated()
func (*Service) SpillGenerated ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.