View Source FastCi.Structs.OrchestratorJoinRequest (FastCi v0.1.0)

Summary

Types

@type t() :: %FastCi.Structs.OrchestratorJoinRequest{
  author: FastCi.Structs.Author.t(),
  branch: binary(),
  build_id: integer() | binary(),
  commit: binary(),
  commit_msg: binary(),
  run_key: binary(),
  secret_key: binary()
}

Functions

Link to this function

build(secret_key, run_key)

View Source