Documentation ¶
Index ¶
- Variables
- func FindInterfaceIpAndMac(iFace string) (net.HardwareAddr, net.IP, error)
- func RecoverFromChannelClosedWhenWriting()
- type SecuredFileSystem
- func (s *SecuredFileSystem) AbsolutePwd() string
- func (s *SecuredFileSystem) ChangeDirectoryFullPath(_ string) *errors2.Error
- func (s *SecuredFileSystem) ChangeDirectoryRelative(_ string) *errors2.Error
- func (s *SecuredFileSystem) ChangeDirectoryToFileLocation(_ string) *errors2.Error
- func (s *SecuredFileSystem) ExistsRelative(_ string) bool
- func (s *SecuredFileSystem) ListDirectory() ([]string, error)
- func (s *SecuredFileSystem) OpenRelative(_ string) (io.ReadSeekCloser, error)
- func (s *SecuredFileSystem) RelativePwd() string
- func (s *SecuredFileSystem) ResetPath()
- type ServerWSResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckFilledWithWhiteSpace = regexp.MustCompile("(?m)^\\s+$")
Functions ¶
func FindInterfaceIpAndMac ¶
func RecoverFromChannelClosedWhenWriting ¶
func RecoverFromChannelClosedWhenWriting()
Types ¶
type SecuredFileSystem ¶
type SecuredFileSystem struct { }
func (*SecuredFileSystem) AbsolutePwd ¶
func (s *SecuredFileSystem) AbsolutePwd() string
func (*SecuredFileSystem) ChangeDirectoryFullPath ¶
func (s *SecuredFileSystem) ChangeDirectoryFullPath(_ string) *errors2.Error
func (*SecuredFileSystem) ChangeDirectoryRelative ¶
func (s *SecuredFileSystem) ChangeDirectoryRelative(_ string) *errors2.Error
func (*SecuredFileSystem) ChangeDirectoryToFileLocation ¶
func (s *SecuredFileSystem) ChangeDirectoryToFileLocation(_ string) *errors2.Error
func (*SecuredFileSystem) ExistsRelative ¶
func (s *SecuredFileSystem) ExistsRelative(_ string) bool
func (*SecuredFileSystem) ListDirectory ¶
func (s *SecuredFileSystem) ListDirectory() ([]string, error)
func (*SecuredFileSystem) OpenRelative ¶
func (s *SecuredFileSystem) OpenRelative(_ string) (io.ReadSeekCloser, error)
func (*SecuredFileSystem) RelativePwd ¶
func (s *SecuredFileSystem) RelativePwd() string
func (*SecuredFileSystem) ResetPath ¶
func (s *SecuredFileSystem) ResetPath()
type ServerWSResponse ¶
type ServerWSResponse struct { Type string Payload interface{} }
Click to show internal directories.
Click to hide internal directories.