Documentation ¶
Index ¶
- func GetCorrectIRODSPath(p string) string
- func GetIRODSDateTime(timestring string) (time.Time, error)
- func GetIRODSPathDirname(p string) string
- func GetIRODSPathFileName(p string) string
- func GetIRODSZone(p string) (string, error)
- func GetLogLevel() int
- func IsLogLevelDebug() bool
- func IsLogLevelError() bool
- func IsLogLevelInfo() bool
- func IsLogLevelWarn() bool
- func LogDebug(message interface{})
- func LogDebugf(format string, v ...interface{})
- func LogError(message interface{})
- func LogErrorf(format string, v ...interface{})
- func LogInfo(message interface{})
- func LogInfof(format string, v ...interface{})
- func LogWarn(message interface{})
- func LogWarningf(format string, v ...interface{})
- func MakeIRODSPath(collectionPath string, dataobjectName string) string
- func ReadBytes(socket net.Conn, buffer []byte, size int) (int, error)
- func SetLogLevel(level int)
- func SplitIRODSPath(p string) (string, string)
- func WriteBytes(socket net.Conn, buffer []byte, size int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCorrectIRODSPath ¶
GetCorrectIRODSPath corrects the path
func GetIRODSDateTime ¶
GetIRODSDateTime returns time struct from string IRODS time
func GetIRODSPathDirname ¶
GetIRODSPathDirname returns the dir of the path
func GetIRODSPathFileName ¶
GetIRODSPathFileName returns the filename of the path
func GetIRODSZone ¶
GetIRODSZone returns the zone of the path
func IsLogLevelDebug ¶
func IsLogLevelDebug() bool
IsLogLevelDebug checks if current log level is debug
func IsLogLevelError ¶
func IsLogLevelError() bool
IsLogLevelError checks if current log level is error
func LogWarningf ¶
func LogWarningf(format string, v ...interface{})
LogWarningf logs warning level message
func MakeIRODSPath ¶
MakeIRODSPath makes the path from collection and data object
func SplitIRODSPath ¶
SplitIRODSPath splits the path into dir and file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.