Packages

package dtoTypes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GetCompletionRequest (uri: String, position: Int) extends ProtocolMessagePayload with Product with Serializable
  2. case class GetStructureRequest (url: String) extends ProtocolMessagePayload with Product with Serializable
  3. case class GetStructureResponse (structure: Map[String, StructureNodeJSON]) extends ProtocolMessagePayload with Product with Serializable
  4. sealed trait ProtocolMessagePayload extends AnyRef

Value Members

  1. object GetCompletionRequest extends Serializable
  2. object GetStructureRequest extends Serializable
  3. object GetStructureResponse extends Serializable

Ungrouped