Skip to content

Commit

Permalink
feat: added builder mode to generate instances
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlng committed Jun 22, 2024
1 parent 870759f commit cf3af4e
Show file tree
Hide file tree
Showing 43 changed files with 68 additions and 38 deletions.
2 changes: 1 addition & 1 deletion v2/base/canvas/canvas.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/canvas/helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/canvas/matrix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/canvas/nrgba.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/canvas/palette.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/canvas/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/codec/codec.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/helper/helper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
6 changes: 6 additions & 0 deletions v2/base/imagedata/base.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @Author Awen
* @Date 2024/06/01
* @Email [email protected]
**/

package imagedata

import (
Expand Down
2 changes: 1 addition & 1 deletion v2/base/imagedata/jpegdata.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/imagedata/pngdata.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/logger/logger.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/option/option.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/randgen/randgen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/base/random/random.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
6 changes: 6 additions & 0 deletions v2/capts.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @Author Awen
* @Date 2024/06/01
* @Email [email protected]
**/

package v2

import (
Expand Down
6 changes: 6 additions & 0 deletions v2/click/builder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @Author Awen
* @Date 2024/06/08
* @Email [email protected]
**/

package click

// Builder .
Expand Down
2 changes: 1 addition & 1 deletion v2/click/check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/click.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/data.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/default.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/dot.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/draw.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/option.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/click/resource.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/block.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
6 changes: 6 additions & 0 deletions v2/rotate/builder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @Author Awen
* @Date 2024/06/08
* @Email [email protected]
**/

package rotate

// Builder .
Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/data.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/default.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/draw.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/option.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/resource.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/rotate/rotate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/block.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
6 changes: 6 additions & 0 deletions v2/slide/builder.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @Author Awen
* @Date 2024/06/08
* @Email [email protected]
**/

package slide

// Builder .
Expand Down
2 changes: 1 addition & 1 deletion v2/slide/check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/data.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/default.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/draw.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/option.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/resource.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down
2 changes: 1 addition & 1 deletion v2/slide/slide.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @Author Awen
* @Date 2024/05/01
* @Date 2024/06/01
* @Email [email protected]
**/

Expand Down

0 comments on commit cf3af4e

Please sign in to comment.