github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/cf/models/app_event.go (about) 1 package models 2 3 import "time" 4 5 type EventFields struct { 6 GUID string 7 Name string 8 Timestamp time.Time 9 Description string 10 Actor string 11 ActorName string 12 }