github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/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  }