Lines Matching defs:EagleImmutable
151 type EagleImmutable struct { struct152 ID string153 State *pb.Eagle_States154 MissingCall *pb.Eagle_MissingCalls155 Birthday time.Time156 Death time.Time157 Started time.Time158 LastUpdate time.Time159 Creator string160 empty bool263 func (EagleImmutable) Proto() *pb.Eagle { return nil }