Skip to content

Commit

Permalink
Separate GuardedStruct
Browse files Browse the repository at this point in the history
**We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**
  • Loading branch information
shahryarjb committed Nov 2, 2024
1 parent 9238bb5 commit 414693f
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 10,084 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ We tried to deliver a series of our client's [**CMS**](https://github.com/mishka
---

- ### [GuardedStruct](https://github.com/mishka-group/mishka_developer_tools/blob/master/guidance/guarded-struct.md)
- ### [GuardedStruct](https://github.com/mishka-group/guarded_struct)

**We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**

> The creation of this macro will allow you to build `Structs` that provide you with a number of important options, including the following:
>
Expand Down
2 changes: 2 additions & 0 deletions guidance/guarded-struct.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Mix.install([

The creation of this macro will allow you to build `Structs` that provide you with a number of important options, including the following:

> **We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**
1. **Validation**
2. **Sanitizing**
3. **Constructor**
Expand Down
3 changes: 3 additions & 0 deletions guidance/guarded-struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

The creation of this macro will allow you to build `Structs` that provide you with a number of important options, including the following:

> **We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**

1. Validation
2. Sanitizing
3. Constructor
Expand Down
202 changes: 0 additions & 202 deletions lib/macros/guarded_struct/derive/derive.ex

This file was deleted.

Loading

0 comments on commit 414693f

Please sign in to comment.