mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:48:43 +02:00
v0.5: (BREAKING) simplified config format, improved output formatting, fixed docker watcher
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
ActionCreated Action = "CREATED"
|
||||
)
|
||||
|
||||
func (e *Event) String() string {
|
||||
func (e Event) String() string {
|
||||
return fmt.Sprintf("%s %s", e.ActorName, e.Action)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user