golibrary

module
v0.0.61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2024 License: Apache-2.0

README

golibrary document table

  ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  │Path                                                                    │Func                                                                                                                 │Method                                                         
  ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  │root_container                                                          │                                                                                                                     │                                                               
  ├───mylog\BetterGo.go_container                                          │                                                                                                                     │                                                               
  │   ├───mylog\BetterGo.go                                                │BetterGo(path string)                                                                                                │                                                               
  │   └───mylog\BetterGo.go                                                │GetLastReturnType(assignStmt *ast.AssignStmt) (lastReturnType string, b bool)                                        │                                                               
  ├───mylog\Log.go_container                                               │                                                                                                                     │                                                               
  ├───mylog\awesomeProject4\GetLastReturnType\GetLastReturnType.go         │GetLastReturnType(assignStmt *ast.AssignStmt) ( string)                                                              │                                                               
  ├───mylog\call.go_container                                              │                                                                                                                     │                                                               
  │   └───mylog\call.go                                                    │Call(f func())                                                                                                       │                                                               
  ├───mylog\check.go_container                                             │                                                                                                                     │                                                               
  │   ├───mylog\check.go                                                   │Check2(ret T, err error) (r1 T)                                                                                      │                                                               
  │   ├───mylog\check.go                                                   │Check2Ignore(ret T, err error) (r1 T)                                                                                │                                                               
  │   ├───mylog\check.go                                                   │CheckIgnore(err any)                                                                                                 │                                                               
  │   ├───mylog\check.go                                                   │Check2Bool(ret T, ok bool) (r1 T)                                                                                    │                                                               
  │   ├───mylog\check.go                                                   │Check3(ret1 T1, ret2 T2, err error) (r1 T1, r2 T2)                                                                   │                                                               
  │   ├───mylog\check.go                                                   │Check3Bool(ret1 T1, ret2 T2, ok bool) (r1 T1, r2 T2)                                                                 │                                                               
  │   ├───mylog\check.go                                                   │Check4(ret1 T1, ret2 T2, ret3 T3, err error) (r1 T1, r2 T2, r3 T3)                                                   │                                                               
  │   ├───mylog\check.go                                                   │Check4Bool(ret1 T1, ret2 T2, ret3 T3, ok bool) (r1 T1, r2 T2, r3 T3)                                                 │                                                               
  │   ├───mylog\check.go                                                   │Check5(ret1 T1, ret2 T2, ret3 T3, ret4 T4, err error) (r1 T1, r2 T2, r3 T3, r4 T4)                                   │                                                               
  │   ├───mylog\check.go                                                   │Check5Bool(ret1 T1, ret2 T2, ret3 T3, ret4 T4, ok bool) (r1 T1, r2 T2, r3 T3, r4 T4)                                 │                                                               
  │   ├───mylog\check.go                                                   │Check6(ret1 T1, ret2 T2, ret3 T3, ret4 T4, ret5 T5, err error) (r1 T1, r2 T2, r3 T3, r4 T4, r5 T5)                   │                                                               
  │   ├───mylog\check.go                                                   │Check6Bool(ret1 T1, ret2 T2, ret3 T3, ret4 T4, ret5 T5, ok bool) (r1 T1, r2 T2, r3 T3, r4 T4, r5 T5)                 │                                                               
  │   ├───mylog\check.go                                                   │Check7(ret1 T1, ret2 T2, ret3 T3, ret4 T4, ret5 T5, ret6 T6, err error) (r1 T1, r2 T2, r3 T3, r4 T4, r5 T5, r6 T6)   │                                                               
  │   ├───mylog\check.go                                                   │Check7Bool(ret1 T1, ret2 T2, ret3 T3, ret4 T4, ret5 T5, ret6 T6, ok bool) (r1 T1, r2 T2, r3 T3, r4 T4, r5 T5, r6 T6) │                                                               
  │   ├───mylog\check.go                                                   │Check(result T)                                                                                                      │                                                               
  │   ├───mylog\check.go                                                   │CheckEof(result T) (isEof bool)                                                                                      │                                                               
  │   └───mylog\check.go                                                   │CheckNil(ptr any)                                                                                                    │                                                               
  ├───mylog\diff.go_container                                              │                                                                                                                     │                                                               
  │   └───mylog\diff.go                                                    │Diff(oldName string, old byte, newName string, new byte) ( byte)                                                     │                                                               
  ├───mylog\format.go_container                                            │                                                                                                                     │                                                               
  │   ├───mylog\format.go                                                  │WriteGoFileWithDiff(path string, data T)                                                                             │                                                               
  │   ├───mylog\format.go                                                  │CreatDirectory(dir string) ( bool)                                                                                   │                                                               
  │   └───mylog\format.go                                                  │FixUncPath(path string) ( string)                                                                                    │                                                               
  ├───mylog\indent.go_container                                            │                                                                                                                     │                                                               
  ├───mylog\interface.go_container                                         │                                                                                                                     │                                                               
  │   ├───mylog\interface.go                                               │TruncateLogFile()                                                                                                    │                                                               
  │   ├───mylog\interface.go                                               │Reason() (reason string)                                                                                             │                                                               
  │   ├───mylog\interface.go                                               │HexDump(title string, b byte)                                                                                        │                                                               
  │   ├───mylog\interface.go                                               │HexInteger(msg T) ( string)                                                                                          │                                                               
  │   ├───mylog\interface.go                                               │Hex(title string, msg T) ( string)                                                                                   │                                                               
  │   ├───mylog\interface.go                                               │Info(title string, msg ...any)                                                                                       │                                                               
  │   ├───mylog\interface.go                                               │Trace(title string, msg ...any)                                                                                      │                                                               
  │   ├───mylog\interface.go                                               │Warning(title string, msg ...any)                                                                                    │                                                               
  │   ├───mylog\interface.go                                               │MarshalJson(title string, msg any)                                                                                   │                                                               
  │   ├───mylog\interface.go                                               │Json(title string, msg ...any)                                                                                       │                                                               
  │   ├───mylog\interface.go                                               │Success(title string, msg ...any)                                                                                    │                                                               
  │   ├───mylog\interface.go                                               │Struct(msg any)                                                                                                      │                                                               
  │   ├───mylog\interface.go                                               │SetDebug(debug bool)                                                                                                 │                                                               
  │   ├───mylog\interface.go                                               │Request(Request *http.Request, body bool)                                                                            │                                                               
  │   ├───mylog\interface.go                                               │Response(Response *http.Response, body bool)                                                                         │                                                               
  │   ├───mylog\interface.go                                               │DumpRequest(req *http.Request, body bool) ( string)                                                                  │                                                               
  │   ├───mylog\interface.go                                               │DumpResponse(resp *http.Response, body bool) ( string)                                                               │                                                               
  │   ├───mylog\interface.go                                               │Body() ( string)                                                                                                     │                                                               
  │   └───mylog\interface.go                                               │Message() ( string)                                                                                                  │                                                               
  ├───mylog\kind.go_container                                              │                                                                                                                     │                                                               
  │   └───mylog\kind.go                                                    │                                                                                                                     │func (kind) String() ( string)                                 
  ├───mylog\testdata\SkipCheckBase.go_container                            │                                                                                                                     │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │TestPipe1(t *testing.T)                                                                                              │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │TestPipe(t *testing.T)                                                                                               │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │TestSendfile(t *testing.T)                                                                                           │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │ValidateXauthority(r io.Reader) ( error)                                                                             │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │TestReadBool(t *testing.T)                                                                                           │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │TestSliceRoundTrip(t *testing.T)                                                                                     │                                                               
  │   ├───mylog\testdata\SkipCheckBase.go                                  │ValidateXauthorityFile(path string) ( error)                                                                         │                                                               
  │   └───mylog\testdata\SkipCheckBase.go                                  │MockXauthority(cookies int) ( string,  error)                                                                        │                                                               
  ├───mylog\testdata\out\tmp.go_container                                  │                                                                                                                     │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │TestPipe1(t *testing.T)                                                                                              │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │TestPipe(t *testing.T)                                                                                               │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │TestSendfile(t *testing.T)                                                                                           │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │ValidateXauthority(r io.Reader) ( error)                                                                             │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │TestReadBool(t *testing.T)                                                                                           │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │TestSliceRoundTrip(t *testing.T)                                                                                     │                                                               
  │   ├───mylog\testdata\out\tmp.go                                        │ValidateXauthorityFile(path string) ( error)                                                                         │                                                               
  │   └───mylog\testdata\out\tmp.go                                        │MockXauthority(cookies int) ( string,  error)                                                                        │                                                               
  ├───mylog\util.go_container                                              │                                                                                                                     │                                                               
  │   ├───mylog\util.go                                                    │IsAndroid() ( bool)                                                                                                  │                                                               
  │   ├───mylog\util.go                                                    │IsWindows() ( bool)                                                                                                  │                                                               
  │   └───mylog\util.go                                                    │IsLinux() ( bool)                                                                                                    │                                                               
  ├───stream\FileServer.go_container                                       │                                                                                                                     │                                                               
  │   ├───stream\FileServer.go                                             │FileServer()                                                                                                         │                                                               
  │   ├───stream\FileServer.go                                             │FileServerFS(fs embed.FS)                                                                                            │                                                               
  │   └───stream\FileServer.go                                             │GetLocalIPs() ( net.IP)                                                                                              │                                                               
  ├───stream\FileServer_windows.go_container                               │                                                                                                                     │                                                               
  │   ├───stream\FileServer_windows.go                                     │FileServerWindowsDisk()                                                                                              │                                                               
  │   └───stream\FileServer_windows.go                                     │GetLogicalDrives() ( string)                                                                                         │                                                               
  ├───stream\Gbk2Utf8.go_container                                         │                                                                                                                     │                                                               
  │   ├───stream\Gbk2Utf8.go                                               │Utf82Gbk(utf8 string) (gbk string)                                                                                   │                                                               
  │   └───stream\Gbk2Utf8.go                                               │Gbk2Utf8(gbk string) (utf8 string)                                                                                   │                                                               
  ├───stream\RandomAny.go_container                                        │                                                                                                                     │                                                               
  │   ├───stream\RandomAny.go                                              │RandomAny(slice T) ( T)                                                                                              │                                                               
  │   ├───stream\RandomAny.go                                              │GenA2Z() (letters string)                                                                                            │                                                               
  │   └───stream\RandomAny.go                                              │GetWindowsLogicalDrives() ( string)                                                                                  │                                                               
  ├───stream\UpdateModsByWorkSpace.go                                      │UpdateModsByWorkSpace(isTidy, isUpdateAll bool, modWithCommitID ...string)                                           │                                                               
  ├───stream\app_enum_gen.go_container                                     │                                                                                                                     │                                                               
  │   ├───stream\app_enum_gen.go                                           │ConvertInteger2AppKind(v T) ( AppKind)                                                                               │                                                               
  │   ├───stream\app_enum_gen.go                                           │                                                                                                                     │func (AppKind) AssertKind(kinds string) ( AppKind)             
  │   ├───stream\app_enum_gen.go                                           │                                                                                                                     │func (AppKind) String() ( string)                              
  │   ├───stream\app_enum_gen.go                                           │                                                                                                                     │func (AppKind) Keys() ( string)                                
  │   ├───stream\app_enum_gen.go                                           │                                                                                                                     │func (AppKind) Kinds() ( AppKind)                              
  │   └───stream\app_enum_gen.go                                           │                                                                                                                     │func (AppKind) SvgFileName() ( string)                         
  ├───stream\binary\binary.go_container                                    │                                                                                                                     │                                                               
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) Uint16(b byte) ( uint16)                   
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) PutUint16(v uint16) (b byte)               
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) Uint32(b byte) ( uint32)                   
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) PutUint32(v uint32) (b byte)               
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) Uint64(b byte) ( uint64)                   
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) PutUint64(v uint64) (b byte)               
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) String() ( string)                         
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (littleEndian) GoString() ( string)                       
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) Uint16(b byte) ( uint16)                      
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) PutUint16(v uint16) (b byte)                  
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) Uint32(b byte) ( uint32)                      
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) PutUint32(v uint32) (b byte)                  
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) Uint64(b byte) ( uint64)                      
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) PutUint64(v uint64) (b byte)                  
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) String() ( string)                            
  │   ├───stream\binary\binary.go                                          │                                                                                                                     │func (bigEndian) GoString() ( string)                          
  │   ├───stream\binary\binary.go                                          │Read(r io.Reader, order ByteOrder, data any) ( error)                                                                │                                                               
  │   ├───stream\binary\binary.go                                          │Write(w io.Writer, order ByteOrder, data any) ( error)                                                               │                                                               
  │   └───stream\binary\binary.go                                          │Size(v any) ( int)                                                                                                   │                                                               
  ├───stream\binary\varint.go_container                                    │                                                                                                                     │                                                               
  │   ├───stream\binary\varint.go                                          │New() ( varintStream)                                                                                                │                                                               
  │   ├───stream\binary\varint.go                                          │PutUvarint(buf byte, x uint64) ( int)                                                                                │                                                               
  │   ├───stream\binary\varint.go                                          │Uvarint(buf byte) ( uint64,  int)                                                                                    │                                                               
  │   ├───stream\binary\varint.go                                          │PutVarint(buf byte, x int64) ( int)                                                                                  │                                                               
  │   ├───stream\binary\varint.go                                          │Varint(buf byte) ( int64,  int)                                                                                      │                                                               
  │   ├───stream\binary\varint.go                                          │ReadUvarint(r io.ByteReader) ( uint64,  error)                                                                       │                                                               
  │   └───stream\binary\varint.go                                          │ReadVarint(r io.ByteReader) ( int64,  error)                                                                         │                                                               
  ├───stream\bitfield\bitfield.go_container                                │                                                                                                                     │                                                               
  │   ├───stream\bitfield\bitfield.go                                      │New(n int) ( BitField)                                                                                               │                                                               
  │   ├───stream\bitfield\bitfield.go                                      │NewFromUint32(n uint32) ( BitField)                                                                                  │                                                               
  │   ├───stream\bitfield\bitfield.go                                      │NewFromUint64(n uint64) ( BitField)                                                                                  │                                                               
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Size() ( int)                                  
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Bytes() ( byte)                                
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) SetX(index int, v int) ( BitField)             
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) GetX(index int) ( BitField)                    
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Set(i uint32)                                  
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Clear(i uint32)                                
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Flip(i uint32)                                 
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) Test(i uint32) ( bool)                         
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ClearAll()                                     
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) SetAll()                                       
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) FlipAll()                                      
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ANDMask(m BitField)                            
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ORMask(m BitField)                             
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) XORMask(m BitField)                            
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ToUint32() ( uint32)                           
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ToUint32Safe() ( uint32)                       
  │   ├───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ToUint64() ( uint64)                           
  │   └───stream\bitfield\bitfield.go                                      │                                                                                                                     │func (BitField) ToUint64Safe() ( uint64)                       
  ├───stream\clang\clang.go_container                                      │                                                                                                                     │                                                               
  │   └───stream\clang\clang.go                                            │New() ( Interface)                                                                                                   │                                                               
  ├───stream\command.go_container                                          │                                                                                                                     │                                                               
  │   ├───stream\command.go                                                │MakeCommandArg(arg ...string) ( string)                                                                              │                                                               
  │   ├───stream\command.go                                                │RunCommandArgs(arg ...string) ( *CommandSession)                                                                     │                                                               
  │   ├───stream\command.go                                                │RunCommand(command string) ( *CommandSession)                                                                        │                                                               
  │   ├───stream\command.go                                                │NewCommandSession() ( *CommandSession)                                                                               │                                                               
  │   └───stream\command.go                                                │ConvertUtf82Gbk(src string) (ss string)                                                                              │                                                               
  ├───stream\dataBase\mysql_sqlite3.go_container                           │                                                                                                                     │                                                               
  │   └───stream\dataBase\mysql_sqlite3.go                                 │New() ( Interface)                                                                                                   │                                                               
  ├───stream\datasize\datasize.go_container                                │                                                                                                                     │                                                               
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) Bytes() ( uint64)                                  
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) KBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) MBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) GBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) TBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) PBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) EBytes() ( float64)                                
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) String() ( string)                                 
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) MachineString() ( string)                          
  │   ├───stream\datasize\datasize.go                                      │                                                                                                                     │func (Size) MarshalText() ( byte,  error)                      
  │   └───stream\datasize\datasize.go                                      │Parse(data T) (size Size)                                                                                            │                                                               
  ├───stream\deepcopy\deepcopy.go_container                                │                                                                                                                     │                                                               
  │   ├───stream\deepcopy\deepcopy.go                                      │Iface(iface any) ( any)                                                                                              │                                                               
  │   └───stream\deepcopy\deepcopy.go                                      │Copy(src T) ( T)                                                                                                     │                                                               
  ├───stream\embed.go                                                      │ReadEmbedFileMap(embedFiles embed.FS, dir string) ( *)                                                               │                                                               
  ├───stream\events\events.go_container                                    │                                                                                                                     │                                                               
  ├───stream\firefox\bookmark\spec.go_container                            │                                                                                                                     │                                                               
  ├───stream\firefox\main.go_container                                     │                                                                                                                     │                                                               
  │   ├───stream\firefox\main.go                                           │New() ( Interface)                                                                                                   │                                                               
  │   └───stream\firefox\main.go                                           │DecodeJson(bm *bookmark.Item, prefix string, allUrl )                                                                │                                                               
  ├───stream\gen.go_container                                              │                                                                                                                     │                                                               
  │   ├───stream\gen.go                                                    │NewGen() ( Interface)                                                                                                │                                                               
  │   └───stream\gen.go                                                    │Unquote(line string) ( string)                                                                                       │                                                               
  ├───stream\gitproxy.go_container                                         │                                                                                                                     │                                                               
  │   ├───stream\gitproxy.go                                               │GitProxy(isSetProxy bool)                                                                                            │                                                               
  │   ├───stream\gitproxy.go                                               │SetProxy(s *Buffer, isSetProxy bool)                                                                                 │                                                               
  │   ├───stream\gitproxy.go                                               │SetNameAndEmail(s *Buffer)                                                                                           │                                                               
  │   └───stream\gitproxy.go                                               │SetSafecrlf(s *Buffer)                                                                                               │                                                               
  ├───stream\goreleaser.go                                                 │GoReleaser()                                                                                                         │                                                               
  ├───stream\i18n\localization.go_container                                │                                                                                                                     │                                                               
  │   ├───stream\i18n\localization.go                                      │SetLocalizer(f func( string)  string)                                                                                │                                                               
  │   └───stream\i18n\localization.go                                      │Text(text string) ( string)                                                                                          │                                                               
  ├───stream\i18n\localization_other.go                                    │Locale() ( string)                                                                                                   │                                                               
  ├───stream\i18n\localization_windows.go                                  │Locale() ( string)                                                                                                   │                                                               
  ├───stream\ico\reader.go_container                                       │                                                                                                                     │                                                               
  │   ├───stream\ico\reader.go                                             │Decode(r io.Reader) ( image.Image,  error)                                                                           │                                                               
  │   ├───stream\ico\reader.go                                             │DecodeAll(r io.Reader) ( image.Image,  error)                                                                        │                                                               
  │   └───stream\ico\reader.go                                             │DecodeConfig(r io.Reader) ( image.Config,  error)                                                                    │                                                               
  ├───stream\ico\writer.go                                                 │Encode(w io.Writer, im image.Image)                                                                                  │                                                               
  ├───stream\internal\init.go_container                                    │                                                                                                                     │                                                               
  ├───stream\internal\protogen.go_container                                │                                                                                                                     │                                                               
  │   ├───stream\internal\protogen.go                                      │                                                                                                                     │func (Options) Run(f func( *Plugin)  error)                    
  │   ├───stream\internal\protogen.go                                      │                                                                                                                     │func (Options) New(req string) ( *Plugin,  error)              
  │   ├───stream\internal\protogen.go                                      │                                                                                                                     │func (GoIdent) String() ( string)                              
  │   ├───stream\internal\protogen.go                                      │                                                                                                                     │func (GoImportPath) String() ( string)                         
  │   ├───stream\internal\protogen.go                                      │                                                                                                                     │func (GoImportPath) Ident(s string) ( GoIdent)                 
  │   └───stream\internal\protogen.go                                      │                                                                                                                     │func (Comments) String() ( string)                             
  ├───stream\json.go_container                                             │                                                                                                                     │                                                               
  │   ├───stream\json.go                                                   │MarshalJSON(v any) ( byte)                                                                                           │                                                               
  │   ├───stream\json.go                                                   │MarshalJsonToFile(v any, name string)                                                                                │                                                               
  │   └───stream\json.go                                                   │JsonIndent(b byte) ( string)                                                                                         │                                                               
  ├───stream\languages\languages.go_container                              │                                                                                                                     │                                                               
  │   ├───stream\languages\languages.go                                    │NewLanguages() ( *Languages)                                                                                         │                                                               
  │   ├───stream\languages\languages.go                                    │GetTokens(code *stream.Buffer, language LanguagesKind) ( chroma.Token,  *chroma.Style)                               │                                                               
  │   ├───stream\languages\languages.go                                    │Code2Language(code string) ( LanguagesKind)                                                                          │                                                               
  │   └───stream\languages\languages.go                                    │CodeFile2Language(path string) ( LanguagesKind)                                                                      │                                                               
  ├───stream\languages\languages_enum_gen.go_container                     │                                                                                                                     │                                                               
  │   ├───stream\languages\languages_enum_gen.go                           │ConvertInteger2LanguagesKind(v T) ( LanguagesKind)                                                                   │                                                               
  │   ├───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) AssertKind(kinds string) ( LanguagesKind) 
  │   ├───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) String() ( string)                        
  │   ├───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) Tooltip() ( string)                       
  │   ├───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) Keys() ( string)                          
  │   ├───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) Kinds() ( LanguagesKind)                  
  │   └───stream\languages\languages_enum_gen.go                           │                                                                                                                     │func (LanguagesKind) SvgFileName() ( string)                   
  ├───stream\lines.go_container                                            │                                                                                                                     │                                                               
  │   ├───stream\lines.go                                                  │ToLines(data T) (lines string)                                                                                       │                                                               
  │   ├───stream\lines.go                                                  │ReadLines(fullPath string) ( string,  error)                                                                         │                                                               
  │   └───stream\lines.go                                                  │WriteLines(lines string, fullPath string) ( error)                                                                   │                                                               
  ├───stream\maps\map.go_container                                         │                                                                                                                     │                                                               
  ├───stream\maps\safe_map.go_container                                    │                                                                                                                     │                                                               
  ├───stream\maps\safe_slice_map.go_container                              │                                                                                                                     │                                                               
  ├───stream\maps\set.go_container                                         │                                                                                                                     │                                                               
  ├───stream\maps\slice_map.go_container                                   │                                                                                                                     │                                                               
  ├───stream\maps\std_map.go_container                                     │                                                                                                                     │                                                               
  │   ├───stream\maps\std_map.go                                           │NewStdMap(sources ...) ( )                                                                                           │                                                               
  │   └───stream\maps\std_map.go                                           │Cast(m M) ( )                                                                                                        │                                                               
  ├───stream\net\httpClient\httpClient.go_container                        │                                                                                                                     │                                                               
  │   ├───stream\net\httpClient\httpClient.go                              │New() ( *Client)                                                                                                     │                                                               
  │   └───stream\net\httpClient\httpClient.go                              │MockProtoBufPacket(proxyPort string)                                                                                 │                                                               
  ├───stream\net\httpClient\layer.go_container                             │                                                                                                                     │                                                               
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) IsContainer() ( bool)                             
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) IsStream() ( bool)                                
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) Containers() ( Layer)                             
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) String() ( string)                                
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) Keys() ( string)                                  
  │   ├───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) AssertKind(name string) ( Layer)                  
  │   └───stream\net\httpClient\layer.go                                   │                                                                                                                     │func (Layer) Kinds() ( Layer)                                  
  ├───stream\net\netpacket\netpacket.go_container                          │                                                                                                                     │                                                               
  │   └───stream\net\netpacket\netpacket.go                                │New() ( Interface)                                                                                                   │                                                               
  ├───stream\net\transport\tcp\TCP.go_container                            │                                                                                                                     │                                                               
  ├───stream\net\transport\tcp\interface.go_container                      │                                                                                                                     │                                                               
  │   └───stream\net\transport\tcp\interface.go                            │New() ( Interface)                                                                                                   │                                                               
  ├───stream\net\transport\udp\UDP.go_container                            │                                                                                                                     │                                                               
  ├───stream\net\transport\udp\interface.go_container                      │                                                                                                                     │                                                               
  │   └───stream\net\transport\udp\interface.go                            │New() ( Interface)                                                                                                   │                                                               
  ├───stream\net\transport\udp\noChan.go_container                         │                                                                                                                     │                                                               
  ├───stream\orderedmap\orderedmap.go_container                            │                                                                                                                     │                                                               
  │   └───stream\orderedmap\orderedmap.go                                  │New() (m *)                                                                                                          │                                                               
  ├───stream\pool.go_container                                             │                                                                                                                     │                                                               
  │   └───stream\pool.go                                                   │NewPool(fn func()  T) ( *)                                                                                           │                                                               
  ├───stream\reflect.go_container                                          │                                                                                                                     │                                                               
  │   ├───stream\reflect.go                                                │IsZero(v reflect.Value) ( bool)                                                                                      │                                                               
  │   └───stream\reflect.go                                                │ReflectVisibleFields(object any) ( reflect.StructField)                                                              │                                                               
  ├───stream\regexp.go_container                                           │                                                                                                                     │                                                               
  │   ├───stream\regexp.go                                                 │RegexpWebBodyBlocks(tagName string) ( string)                                                                        │                                                               
  │   └───stream\regexp.go                                                 │IntegerToIP(ip int64) ( string)                                                                                      │                                                               
  ├───stream\safeStream.gen.go_container                                   │                                                                                                                     │                                                               
  │   ├───stream\safeStream.gen.go                                         │NewBuffer(s T) ( *Buffer)                                                                                            │                                                               
  │   ├───stream\safeStream.gen.go                                         │ReadFileToLines(path string) (lines string)                                                                          │                                                               
  │   ├───stream\safeStream.gen.go                                         │IsFilePathEx(path string) (ok bool)                                                                                  │                                                               
  │   ├───stream\safeStream.gen.go                                         │IsFilePath(path string) ( bool)                                                                                      │                                                               
  │   ├───stream\safeStream.gen.go                                         │NewHexString(s HexString) ( *Buffer)                                                                                 │                                                               
  │   ├───stream\safeStream.gen.go                                         │NewHexDump(hexdumpStr HexDumpString) (data *Buffer)                                                                  │                                                               
  │   ├───stream\safeStream.gen.go                                         │WriteGoFile(name string, data T)                                                                                     │                                                               
  │   ├───stream\safeStream.gen.go                                         │WriteAppend(name string, data T)                                                                                     │                                                               
  │   ├───stream\safeStream.gen.go                                         │WriteTruncate(name string, data T)                                                                                   │                                                               
  │   ├───stream\safeStream.gen.go                                         │WriteBinaryFile(name string, data T)                                                                                 │                                                               
  │   ├───stream\safeStream.gen.go                                         │CreatDirectory(dir string) ( bool)                                                                                   │                                                               
  │   ├───stream\safeStream.gen.go                                         │ReaderGzip(data T) ( *Buffer)                                                                                        │                                                               
  │   ├───stream\safeStream.gen.go                                         │GetPackageName() (pkgName string)                                                                                    │                                                               
  │   ├───stream\safeStream.gen.go                                         │Concat(slices_ ...S) ( S)                                                                                            │                                                               
  │   ├───stream\safeStream.gen.go                                         │Lines(x byte) ( string)                                                                                              │                                                               
  │   ├───stream\safeStream.gen.go                                         │ToCamel(data string, isCommit bool) ( string)                                                                        │                                                               
  │   ├───stream\safeStream.gen.go                                         │ToCamelUpper(s string, isCommit bool) ( string)                                                                      │                                                               
  │   ├───stream\safeStream.gen.go                                         │ToCamelToLower(s string, isCommit bool) ( string)                                                                    │                                                               
  │   ├───stream\safeStream.gen.go                                         │CurrentDirName(path string) (currentDirName string)                                                                  │                                                               
  │   ├───stream\safeStream.gen.go                                         │CopyDir(dst, src string) ( error)                                                                                    │                                                               
  │   ├───stream\safeStream.gen.go                                         │ReadFileAndWriteTruncate(path, dstPath string)                                                                       │                                                               
  │   ├───stream\safeStream.gen.go                                         │FileExists(path string) ( bool)                                                                                      │                                                               
  │   ├───stream\safeStream.gen.go                                         │FixUncPath(path string) ( string)                                                                                    │                                                               
  │   ├───stream\safeStream.gen.go                                         │DirDepth(dirPath string) (depth int)                                                                                 │                                                               
  │   ├───stream\safeStream.gen.go                                         │IsDirRoot(path string) ( bool)                                                                                       │                                                               
  │   ├───stream\safeStream.gen.go                                         │IsDir(path string) ( bool)                                                                                           │                                                               
  │   ├───stream\safeStream.gen.go                                         │BaseName(path string) ( string)                                                                                      │                                                               
  │   ├───stream\safeStream.gen.go                                         │TrimExtension(path string) ( string)                                                                                 │                                                               
  │   ├───stream\safeStream.gen.go                                         │JoinHomeDir(path string) (join string)                                                                               │                                                               
  │   ├───stream\safeStream.gen.go                                         │JoinHomeFile(path string) (join string)                                                                              │                                                               
  │   ├───stream\safeStream.gen.go                                         │HomeDir() ( string)                                                                                                  │                                                               
  │   ├───stream\safeStream.gen.go                                         │MoveFile(src, dst string)                                                                                            │                                                               
  │   └───stream\safeStream.gen.go                                         │RunDir() ( string)                                                                                                   │                                                               
  ├───stream\script\javaScript\JavaScript.go                               │Run(src string) ( goja.Value)                                                                                        │                                                               
  ├───stream\strconv.go_container                                          │                                                                                                                     │                                                               
  │   ├───stream\strconv.go                                                │ParseFloat(sizeStr string) (size float64)                                                                            │                                                               
  │   ├───stream\strconv.go                                                │Float64ToString(f float64, prec int) ( string)                                                                       │                                                               
  │   ├───stream\strconv.go                                                │Float64Cut(value float64, bits int) ( float64,  error)                                                               │                                                               
  │   ├───stream\strconv.go                                                │ParseInt(s string) ( int64)                                                                                          │                                                               
  │   ├───stream\strconv.go                                                │ParseUint(s string) ( uint64)                                                                                        │                                                               
  │   └───stream\strconv.go                                                │Atoi(s string) ( int)                                                                                                │                                                               
  ├───stream\syslist.go_container                                          │                                                                                                                     │                                                               
  │   ├───stream\syslist.go                                                │IsTermux() ( bool)                                                                                                   │                                                               
  │   ├───stream\syslist.go                                                │IsAix() ( bool)                                                                                                      │                                                               
  │   ├───stream\syslist.go                                                │IsAndroid() ( bool)                                                                                                  │                                                               
  │   ├───stream\syslist.go                                                │IsDarwin() ( bool)                                                                                                   │                                                               
  │   ├───stream\syslist.go                                                │IsDragonfly() ( bool)                                                                                                │                                                               
  │   ├───stream\syslist.go                                                │IsFreebsd() ( bool)                                                                                                  │                                                               
  │   ├───stream\syslist.go                                                │IsHurd() ( bool)                                                                                                     │                                                               
  │   ├───stream\syslist.go                                                │IsIllumos() ( bool)                                                                                                  │                                                               
  │   ├───stream\syslist.go                                                │IsIos() ( bool)                                                                                                      │                                                               
  │   ├───stream\syslist.go                                                │IsJs() ( bool)                                                                                                       │                                                               
  │   ├───stream\syslist.go                                                │IsLinux() ( bool)                                                                                                    │                                                               
  │   ├───stream\syslist.go                                                │IsNacl() ( bool)                                                                                                     │                                                               
  │   ├───stream\syslist.go                                                │IsNetbsd() ( bool)                                                                                                   │                                                               
  │   ├───stream\syslist.go                                                │IsOpenbsd() ( bool)                                                                                                  │                                                               
  │   ├───stream\syslist.go                                                │IsPlan9() ( bool)                                                                                                    │                                                               
  │   ├───stream\syslist.go                                                │IsSolaris() ( bool)                                                                                                  │                                                               
  │   ├───stream\syslist.go                                                │IsWasip1() ( bool)                                                                                                   │                                                               
  │   ├───stream\syslist.go                                                │IsWindows() ( bool)                                                                                                  │                                                               
  │   └───stream\syslist.go                                                │IsZos() ( bool)                                                                                                      │                                                               
  ├───stream\taskqueue\taskqueue.go_container                              │                                                                                                                     │                                                               
  │   ├───stream\taskqueue\taskqueue.go                                    │Depth(depth int) ( Option)                                                                                           │                                                               
  │   ├───stream\taskqueue\taskqueue.go                                    │Workers(workers int) ( Option)                                                                                       │                                                               
  │   └───stream\taskqueue\taskqueue.go                                    │New(options ...Option) ( *Queue)                                                                                     │                                                               
  ├───stream\time.go_container                                             │                                                                                                                     │                                                               
  │   ├───stream\time.go                                                   │FormatTime(t time.Time) ( string)                                                                                    │                                                               
  │   ├───stream\time.go                                                   │UnFormatTime(s string) ( time.Time)                                                                                  │                                                               
  │   ├───stream\time.go                                                   │FormatDuration(d time.Duration) ( string)                                                                            │                                                               
  │   ├───stream\time.go                                                   │UnFormatDuration(s string) ( time.Duration)                                                                          │                                                               
  │   ├───stream\time.go                                                   │GetTimeNowString() ( string)                                                                                         │                                                               
  │   ├───stream\time.go                                                   │GetTimeStamp13Bits() ( int64)                                                                                        │                                                               
  │   ├───stream\time.go                                                   │GetTimeStamp() ( string)                                                                                             │                                                               
  │   └───stream\time.go                                                   │GetDiffDays(dstTime string) ( string)                                                                                │                                                               
  ├───stream\txt\all_caps.go_container                                     │                                                                                                                     │                                                               
  │   ├───stream\txt\all_caps.go                                           │NewAllCaps(in ...string) ( *AllCaps,  error)                                                                         │                                                               
  │   └───stream\txt\all_caps.go                                           │MustNewAllCaps(in ...string) ( *AllCaps)                                                                             │                                                               
  ├───stream\txt\case.go_container                                         │                                                                                                                     │                                                               
  │   ├───stream\txt\case.go                                               │ToCamelCase(in string) ( string)                                                                                     │                                                               
  │   ├───stream\txt\case.go                                               │ToCamelCaseWithExceptions(in string, exceptions *AllCaps) ( string)                                                  │                                                               
  │   ├───stream\txt\case.go                                               │ToSnakeCase(in string) ( string)                                                                                     │                                                               
  │   ├───stream\txt\case.go                                               │FirstToUpper(in string) ( string)                                                                                    │                                                               
  │   └───stream\txt\case.go                                               │FirstToLower(in string) ( string)                                                                                    │                                                               
  ├───stream\txt\collapse_spaces.go                                        │CollapseSpaces(in string) ( string)                                                                                  │                                                               
  ├───stream\txt\comma.go_container                                        │                                                                                                                     │                                                               
  │   ├───stream\txt\comma.go                                              │Comma(value T) ( string)                                                                                             │                                                               
  │   └───stream\txt\comma.go                                              │CommaFromStringNum(s string) ( string)                                                                               │                                                               
  ├───stream\txt\digits.go                                                 │DigitToValue(ch rune) ( int,  error)                                                                                 │                                                               
  ├───stream\txt\duration.go_container                                     │                                                                                                                     │                                                               
  │   ├───stream\txt\duration.go                                           │ParseDuration(duration string) ( time.Duration,  error)                                                              │                                                               
  │   ├───stream\txt\duration.go                                           │FormatDuration(duration time.Duration, includeMillis bool) ( string)                                                 │                                                               
  │   └───stream\txt\duration.go                                           │DurationToCode(duration time.Duration) ( string)                                                                     │                                                               
  ├───stream\txt\natural_sort.go_container                                 │                                                                                                                     │                                                               
  │   ├───stream\txt\natural_sort.go                                       │NaturalLess(s1, s2 string, caseInsensitive bool) ( bool)                                                             │                                                               
  │   ├───stream\txt\natural_sort.go                                       │NaturalCmp(s1, s2 string, caseInsensitive bool) ( int)                                                               │                                                               
  │   ├───stream\txt\natural_sort.go                                       │SortStringsNaturalAscending(in string)                                                                               │                                                               
  │   └───stream\txt\natural_sort.go                                       │SortStringsNaturalDescending(in string)                                                                              │                                                               
  ├───stream\txt\normalize.go                                              │NormalizeLineEndings(input string) ( string)                                                                         │                                                               
  ├───stream\txt\roman.go                                                  │RomanNumerals(value int) ( string)                                                                                   │                                                               
  ├───stream\txt\rune_reader.go_container                                  │                                                                                                                     │                                                               
  ├───stream\txt\slices.go_container                                       │                                                                                                                     │                                                               
  │   ├───stream\txt\slices.go                                             │StringSliceToMap(slice string) ( )                                                                                   │                                                               
  │   ├───stream\txt\slices.go                                             │MapToStringSlice(m ) ( string)                                                                                       │                                                               
  │   ├───stream\txt\slices.go                                             │CloneStringSlice(in string) ( string)                                                                                │                                                               
  │   ├───stream\txt\slices.go                                             │RunesEqual(left, right rune) ( bool)                                                                                 │                                                               
  │   └───stream\txt\slices.go                                             │CaselessSliceContains(slice string, target string) ( bool)                                                           │                                                               
  ├───stream\txt\substr.go_container                                       │                                                                                                                     │                                                               
  │   ├───stream\txt\substr.go                                             │FirstN(s string, n int) ( string)                                                                                    │                                                               
  │   ├───stream\txt\substr.go                                             │LastN(s string, n int) ( string)                                                                                     │                                                               
  │   └───stream\txt\substr.go                                             │Truncate(s string, count int, keepFirst bool) ( string)                                                              │                                                               
  ├───stream\txt\truthy.go                                                 │IsTruthy(in string) ( bool)                                                                                          │                                                               
  ├───stream\txt\unicode.go                                                │StripBOM(b byte) ( byte)                                                                                             │                                                               
  ├───stream\txt\unquote.go_container                                      │                                                                                                                     │                                                               
  │   ├───stream\txt\unquote.go                                            │UnquoteBytes(text byte) ( byte)                                                                                      │                                                               
  │   └───stream\txt\unquote.go                                            │Unquote(text string) ( string)                                                                                       │                                                               
  ├───stream\txt\vowel.go_container                                        │                                                                                                                     │                                                               
  │   ├───stream\txt\vowel.go                                              │IsVowel(ch rune) ( bool)                                                                                             │                                                               
  │   └───stream\txt\vowel.go                                              │IsVowely(ch rune) ( bool)                                                                                            │                                                               
  ├───stream\txt\wrap.go                                                   │Wrap(prefix, text string, maxColumns int) ( string)                                                                  │                                                               
  ├───stream\unicode\unicode.go_container                                  │                                                                                                                     │                                                               
  │   └───stream\unicode\unicode.go                                        │New() ( Interface)                                                                                                   │                                                               
  ├───stream\userconfig.go                                                 │GetUserConfigDirs() (UserConfigDirs )                                                                                │                                                               
  ├───stream\util.go_container                                             │                                                                                                                     │                                                               
  │   ├───stream\util.go                                                   │SplitFileByLines(filePath string, size int)                                                                          │                                                               
  │   ├───stream\util.go                                                   │SerialNumber(b string) ( string)                                                                                     │                                                               
  │   ├───stream\util.go                                                   │CutUint16(u uint16) ( uint8)                                                                                         │                                                               
  │   ├───stream\util.go                                                   │CutUint16_(u uint16) ( uint8)                                                                                        │                                                               
  │   ├───stream\util.go                                                   │SwapBytes2HexString2(src HexString) (dst string)                                                                     │                                                               
  │   ├───stream\util.go                                                   │SwapBytes2HexString(src byte) (dst HexString)                                                                        │                                                               
  │   ├───stream\util.go                                                   │SwapBytes(src byte) (dst byte)                                                                                       │                                                               
  │   ├───stream\util.go                                                   │AlignString(s string, length int) (ss string)                                                                        │                                                               
  │   ├───stream\util.go                                                   │SubStrRunes(s string, length int) ( string)                                                                          │                                                               
  │   ├───stream\util.go                                                   │SlicesIndex(slice any, item any) ( int)                                                                              │                                                               
  │   └───stream\util.go                                                   │SlicesInsert(slice any, index int, value any) ( any)                                                                 │                                                               
  ├───stream\version.go_container                                          │                                                                                                                     │                                                               
  │   └───stream\version.go                                                │NewVersion(s ...T) (v *object)                                                                                       │                                                               
  ├───stream\xlsx\cell.go_container                                        │                                                                                                                     │                                                               
  ├───stream\xlsx\ref.go_container                                         │                                                                                                                     │                                                               
  │   ├───stream\xlsx\ref.go                                               │ParseRef(str string) ( Ref)                                                                                          │                                                               
  │   └───stream\xlsx\ref.go                                               │                                                                                                                     │func (Ref) String() ( string)                                  
  └───stream\xlsx\sheet.go_container                                       │                                                                                                                     │                                                               
  │   ├───stream\xlsx\sheet.go                                             │Load(path string) ( Sheet,  error)                                                                                   │                                                               
  │   └───stream\xlsx\sheet.go                                             │Read(in io.ReaderAt, size int64) ( Sheet,  error)                                                                    │                                                               

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL