Skip to content

Commit

Permalink
add delete image to behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jul 3, 2024
1 parent a10a950 commit d370b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/lexdee/behaviour.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule Lexdee.Behaviour do
@callback get_state(struct, binary, Keyword.t()) :: {:ok, map} | {:error, any}
@callback delete_image(struct, binary, Keyword.t()) ::
{:ok, map} | {:error, any}

@callback get_instance(struct, binary) :: {:ok, map} | {:error, any}
@callback get_instance(struct, binary, Keyword.t()) ::
Expand Down

0 comments on commit d370b54

Please sign in to comment.