mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
feat: basic implementation of branch statistics
This commit is contained in:
@ -56,6 +56,8 @@ func (h *Heartbeat) GetKey(t uint8) (key string) {
|
||||
key = h.OperatingSystem
|
||||
case SummaryMachine:
|
||||
key = h.Machine
|
||||
case SummaryBranch:
|
||||
key = h.Branch
|
||||
}
|
||||
|
||||
if key == "" {
|
||||
|
Reference in New Issue
Block a user