hunter v0.1.0 Hunter.Instance

Instance entity

This module defines a Hunter.Instance struct and the main functions for working with Instances.

Fields

  • uri - URI of the current instance
  • title - The instance’s title
  • description - A description for the instance
  • email - An email address which can be used to contact the instance administrator

Summary

Types

t()
t() :: %Hunter.Instance{description: String.t, email: String.t, title: String.t, uri: URI.t}