Module rebar_hex_repos

Data Types

repo()

repo() = #{name => unicode:unicode_binary(), api_url => binary(), api_key => binary(), repo_url => binary(), repo_key => binary(), repo_public_key => binary(), repo_verify => binary(), repo_verify_origin => binary()}

Function Index

auth_config/1
format_error/1
from_state/2
get_repo_config/2
update_auth_config/2

Function Details

auth_config/1

auth_config(State::rebar_state:t()) -> map()

format_error/1

format_error(X1) -> any()

from_state/2

from_state(BaseConfig, State) -> any()

get_repo_config/2

get_repo_config(RepoName::unicode:unicode_binary(), Repos::rebar_state:t() | [repo()]) -> {ok, repo()} | error

update_auth_config/2

update_auth_config(Updates::map(), State::rebar_state:t()) -> ok


Generated by EDoc