This website requires JavaScript.
Explore
Help
Sign In
william
/
th7
Watch
1
Star
0
Fork
0
You've already forked th7
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
35fd08f9e8
th7
/
ports
/
db.go
9 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
first commit
2022-11-12 14:20:29 +00:00
package
ports
rework data structures and caching service to not overload pi
2022-11-13 17:21:03 +00:00
import
"th7/data/core"
first commit
2022-11-12 14:20:29 +00:00
type
DBPort
interface
{
Close
(
)
restructure db and logging process, and also config
2022-11-16 00:07:01 +00:00
Save
(
[
]
core
.
Channel
)
error
first commit
2022-11-12 14:20:29 +00:00
}
Reference in New Issue
Copy Permalink