Source file gitlab_json.ml

1
2
3
4
5
6
7
8
9
(*
   Adapters used by atdgen to turn GitLab's representation of variants
   into an ATD-compatible representation.
*)
module Adapter = struct
  module WebhookEvent = Atdgen_runtime.Json_adapter.Type_field.Make (struct
    let type_field_name = "object_kind"
  end)
end