HostKit.Local (host_kit v0.1.0-beta.1)

Copy Markdown View Source

Read-only inspection of resources on the local host.

Summary

Functions

read(desired)

@spec read(struct()) :: {:ok, struct() | nil} | {:error, term()}

read(desired, context)

@spec read(
  struct(),
  map()
) :: {:ok, struct() | nil} | {:error, term()}