manifest.go 147 B

123456789
  1. package manifest_entities
  2. type DifyManifestType string
  3. const (
  4. PluginType DifyManifestType = "plugin"
  5. BundleType DifyManifestType = "bundle"
  6. )