package dtoTypes
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GetCompletionRequest (uri: String, position: Int) extends ProtocolMessagePayload with Product with Serializable
- case class GetStructureRequest (url: String) extends ProtocolMessagePayload with Product with Serializable
- case class GetStructureResponse (structure: Map[String, StructureNodeJSON]) extends ProtocolMessagePayload with Product with Serializable
- sealed trait ProtocolMessagePayload extends AnyRef
Value Members
- object GetCompletionRequest extends Serializable
- object GetStructureRequest extends Serializable
- object GetStructureResponse extends Serializable