Documentation ¶
Overview ¶
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
┏━┓ ┃┃ ┃ ━━━━┛
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so ¶
and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.
This file defines all of the helping or assistant functions ¶
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
┏━┓ ┃┃ ┃ ━━━━┛
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so ¶
and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.
This file defines all of the types and models for this module ¶
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
┏━┓ ┃┃ ┃ ━━━━┛
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Module Description / Learners Activity :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
This is the file system of the language which helps to define file line tracing systems, error tracing, system and file location, getting current locations from so ¶
and so provided file, etc. In our case, we need to be able to load, unload, trace etc on files during the process of errors.
This file defines all of the types and models for this module
Index ¶
- func CheckStat(filename string) fs.FileInfo
- func DrawUtilsBox(variable, line2 string) string
- type BoxFormat
- type SL_CurrentFile
- func (Current *SL_CurrentFile) DrawBoxWithinLineRange(lineCode string) string
- func (Current *SL_CurrentFile) FileSystem_IndexLine(line int) string
- func (Current *SL_CurrentFile) FileSystem_ModifyDir()
- func (Current *SL_CurrentFile) FileSystem_ModifyExtension()
- func (Current *SL_CurrentFile) FileSystem_ModifyInfo()
- func (Current *SL_CurrentFile) FileSystem_Modify_Name(filename string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawUtilsBox ¶
Types ¶
type BoxFormat ¶
::::::::::::::::::::::::::::::: :: Format for the box output :::::::::::::::::::::::::::::::
type SL_CurrentFile ¶
type SL_CurrentFile struct { SL_FileName string // This is the files direct name SL_SourceType string // This is the files source type (SL, SLC, skyline, sl, etc...) SL_LineCount int // This is the number of lines the file has SL_FileRealPath string // This is the files real SL_FileStorage []string // This is the file storage or the current line direct to access for error systems }
var Current SL_CurrentFile
func (*SL_CurrentFile) DrawBoxWithinLineRange ¶
func (Current *SL_CurrentFile) DrawBoxWithinLineRange(lineCode string) string
func (*SL_CurrentFile) FileSystem_IndexLine ¶
func (Current *SL_CurrentFile) FileSystem_IndexLine(line int) string
func (*SL_CurrentFile) FileSystem_ModifyDir ¶
func (Current *SL_CurrentFile) FileSystem_ModifyDir()
func (*SL_CurrentFile) FileSystem_ModifyExtension ¶
func (Current *SL_CurrentFile) FileSystem_ModifyExtension()
func (*SL_CurrentFile) FileSystem_ModifyInfo ¶
func (Current *SL_CurrentFile) FileSystem_ModifyInfo()
func (*SL_CurrentFile) FileSystem_Modify_Name ¶
func (Current *SL_CurrentFile) FileSystem_Modify_Name(filename string)