Skip to content

Commit 414693f

Browse files
committed
Separate GuardedStruct
**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 parent 9238bb5 commit 414693f

16 files changed

+9
-10084
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ We tried to deliver a series of our client's [**CMS**](https://github.com/mishka
66
77
---
88

9-
- ### [GuardedStruct](https://github.com/mishka-group/mishka_developer_tools/blob/master/guidance/guarded-struct.md)
9+
- ### [GuardedStruct](https://github.com/mishka-group/guarded_struct)
10+
11+
**We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**
1012

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

guidance/guarded-struct.livemd

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Mix.install([
1717

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

20+
> **We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**
21+
2022
1. **Validation**
2123
2. **Sanitizing**
2224
3. **Constructor**

guidance/guarded-struct.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
> **We recently separated the [GuardedStruct](https://github.com/mishka-group/guarded_struct) macro into a standalone library. Please visit its repository for more information.**
6+
7+
58
1. Validation
69
2. Sanitizing
710
3. Constructor

lib/macros/guarded_struct/derive/derive.ex

-202
This file was deleted.

0 commit comments

Comments
 (0)