Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LbP22 committed Apr 19, 2024
1 parent 77e59ed commit 007e547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/backend/app/containerdb/containerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func getDateTimeFromKey(key string) string {
return strings.Split(key, " +")[0]
}

// TODO: should merge this function with GetLogs
func GetLogsByStatus(host string, container string, message string, status string, limit int, startWith string, getPrev bool, include bool, caseSensetivity bool) [][]string {
logs_db := util.GetDB(host, container, "logs")
db := util.GetDB(host, container, "statuses")
Expand Down

0 comments on commit 007e547

Please sign in to comment.