Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


program (aka zagent) will be designed with the following structure


|-- bin                 // Binaries directory
|   `-- zagent          // Main binary
|-- log                 // Log files directory
|   `-- zagent.log      // Main log file
|-- usr                 // User (zagent) data directory
|   `-- cert            // Certificates directory
|       `-- zagent.pem  // Certificate identifying this zagent
|-- src
|   |-- config
|   |   `-- *.go files of this package!
|   |-- log4go
|   |   `-- *.go files of this package!
|   |-- main
|   |   `-- *.go files of this package!
|   |-- search
|   |   `-- *.go files of this package!
|   |-- tcpserver
|   |   `-- *.go files of this package!
|   `-- util
|   |   `-- *.go files of this package!



Directory structure

.
|-- DIR_STRUCT.txt
|-- Makefile
|-- README.txt
|-- TODO.txt
|-- bin
|   |-- search
|   `-- zagent
|-- log
|-- pkg
|   `-- linux_amd64
|       |-- log4go.a
|       |-- search.a
|       `-- util.a
|-- src
|   |-- config
|   |   `-- config.go
|   |-- log4go
|   |   |-- LICENSE
|   |   |-- README
|   |   |-- config.go
|   |   |-- examples
|   |   |   |-- ConsoleLogWriter_Manual.go
|   |   |   |-- FileLogWriter_Manual.go
|   |   |   |-- SimpleNetLogServer.go
|   |   |   |-- SocketLogWriter_Manual.go
|   |   |   |-- XMLConfigurationExample.go
|   |   |   `-- example.xml
|   |   |-- filelog.go
|   |   |-- log4go.go
|   |   |-- log4go_test.go
|   |   |-- pattlog.go
|   |   |-- socklog.go
|   |   |-- termlog.go
|   |   `-- wrapper.go
|   |-- main
|   |   `-- zagent.go
|   |-- search
|   |   `-- search.go
|   |-- tcpserver
|   |   |-- archive
|   |   |   `-- archive.go
|   |   |-- handler
|   |   |   `-- agthandler
|   |   |       `-- agthandler.go
|   |   |-- server
|   |   |   `-- server.go
|   |   `-- tcpserver.go
|   `-- util
|       `-- util.go
`-- zagent.log

16 directories, 34 files

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages