app v3.2.9 Release Notes

Release Date: 2018-09-30 // over 5 years ago
  • general

    • EventSource now maps source value.
    type EventSource struct {
      GoappID string
      CompoID string
      ID      string
      Class   string
      Data    map[string]string
      Value   string
    }