IndexInfo contains information about a registry.
@type t() :: %DockerEngineAPI.Model.IndexInfo{ Mirrors: [String.t()] | nil, Name: String.t() | nil, Official: boolean() | nil, Secure: boolean() | nil }