caffeine_lang/types/ast/organization
Types
An organization represents the union of instantiations and specifications.
pub type Organization {
Organization(
teams: List(team.Team),
service_definitions: List(service.Service),
)
}
Constructors
-
Organization( teams: List(team.Team), service_definitions: List(service.Service), )