Skip to content

Commit

Permalink
add some comment for mishka_installer References
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed Nov 23, 2022
1 parent dfb305b commit 9ff6a37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Elixir programming language plugin management system
[![MishkaInstaller CI](https://github.com/mishka-group/mishka_installer/actions/workflows/ci.yml/badge.svg)](https://github.com/mishka-group/mishka_installer/actions/workflows/ci.yml) [![Hex.pm](https://img.shields.io/badge/hex-0.0.2-blue.svg)](https://hex.pm/packages/mishka_installer) [![GitHub license](https://img.shields.io/badge/apache-2.0-green.svg)](https://raw.githubusercontent.com/mishka-group/mishka_installer/master/LICENSE) ![GitHub issues](https://img.shields.io/github/issues/mishka-group/mishka_installer)
[![MishkaInstaller CI](https://github.com/mishka-group/mishka_installer/actions/workflows/ci.yml/badge.svg)](https://github.com/mishka-group/mishka_installer/actions/workflows/ci.yml) [![Hex.pm](https://img.shields.io/badge/hex-0.0.4-blue.svg)](https://hex.pm/packages/mishka_installer) [![GitHub license](https://img.shields.io/badge/apache-2.0-green.svg)](https://raw.githubusercontent.com/mishka-group/mishka_installer/master/LICENSE) ![GitHub issues](https://img.shields.io/github/issues/mishka-group/mishka_installer)


## Build purpose
Expand Down
8 changes: 1 addition & 7 deletions lib/plugin_manager/event/reference/on_after_dependency.ex
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
defmodule MishkaInstaller.Reference.OnAfterDependency do
@moduledoc """
This event is kicked off anytime a plugin is moved into the installation or update stage of the process.
In the event that a plugin from this area is carrying out the after completing all the above-mentioned procedures,
the developer will have access to the output after processing finished.
**Note**: Treat this event as a no return flag while analyzing it.
It is currently being renovated, and in the future it might look different.
**Note**: Please do not use it, it will be changed in the next version
"""
defstruct [:app, :status, :output]

Expand Down
2 changes: 2 additions & 0 deletions lib/plugin_manager/event/reference/on_change_dependency.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
defmodule MishkaInstaller.Reference.OnChangeDependency do
@moduledoc """
**Note**: Please do not use it, it will be changed in the next version
This event is kicked off anytime a plugin is moved into the installation or update stage of the process.
In the event that a plugin from this area is carrying out the after completing all the above-mentioned procedures,
the developer will have access to the output in real time.
Expand Down
2 changes: 1 addition & 1 deletion lib/plugin_manager/event/reference/on_init.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule MishkaInstaller.Reference.OnInit do
@moduledoc """
**Note**: Please do not use it, it will be changed in the next version
"""
end

0 comments on commit 9ff6a37

Please sign in to comment.