Brijesh's Git Server — watchman_client @ main

client library for using watchman in go programs

utils/types.go (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
package utils

type LoggerProps struct {
	UUID       string `json:"uuid"`
	Level      string `json:"level"`
	Message    string `json:"message"`
	Subject    string `json:"subject"`
	SyncStatus string `json:"sync_status"`
	Timestamp  int64  `json:"timestamp"`
}