View Source Dagger.ModuleSourceKind (dagger v0.17.0)

The kind of module source.

Summary

Types

t()

@type t() :: :LOCAL_SOURCE | :GIT_SOURCE | :DIR_SOURCE

Functions

dir_source()

@spec dir_source() :: :DIR_SOURCE

git_source()

@spec git_source() :: :GIT_SOURCE

local_source()

@spec local_source() :: :LOCAL_SOURCE