Structures

The following structures are available globally.

ProgramConfiguration: Codable

ProjectConfiguration: Codable

ServiceConfiguration: Codable, Equatable

File: Codable

  • A basic representation of a file that is encodable as JSON

    See more

    Declaration

    Swift

    public struct File : Codable

DependencyEdge: Edge, CustomStringConvertible, Equatable

  • Extension of SwiftGraph‘s Edge class that considers Edge roles

    See more

    Declaration

    Swift

    public struct DependencyEdge : Edge, CustomStringConvertible, Equatable

NodeLocation: Codable

  • Describes the location of a node

    See more

    Declaration

    Swift

    public struct NodeLocation : Codable
    extension NodeLocation: CustomStringConvertible
    extension NodeLocation: Equatable