Compare commits
16 Commits
gorm
...
sqlx_templ
| Author | SHA1 | Date | |
|---|---|---|---|
| df4c3dd46f | |||
| 4186cd0caf | |||
| b48d14a6fb | |||
| 0878a4e6de | |||
| b171122a32 | |||
| 417d0671de | |||
| 5c8182cdf9 | |||
| 759863f1aa | |||
| 6c3b4ec367 | |||
| a8bc73ae99 | |||
| 90d1ef301d | |||
| 346ade21f1 | |||
| 396192ce6e | |||
|
|
b6aff77084 | ||
| 3bd4c5d672 | |||
| 1b72f51e4a |
@@ -7,10 +7,13 @@ upload/
|
||||
doc/
|
||||
logs/
|
||||
log/
|
||||
example/
|
||||
public/
|
||||
|
||||
modd.conf
|
||||
*.yaml
|
||||
LICENSE
|
||||
README.md
|
||||
Makefile
|
||||
.gitignore
|
||||
.gitignore
|
||||
*.log
|
||||
3
.gitignore
vendored
@@ -32,4 +32,5 @@ go.work
|
||||
!configs/config.dev.yaml
|
||||
!sqlc.yaml
|
||||
|
||||
upload/
|
||||
public/
|
||||
example/
|
||||
|
||||
16
Makefile
@@ -44,6 +44,22 @@ db_schema:
|
||||
wire:
|
||||
wire ./...
|
||||
|
||||
.PHONY: templ
|
||||
templ:
|
||||
templ generate
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
go test -v -cover ./...
|
||||
|
||||
.PHONY: ab
|
||||
ab:
|
||||
ab -c 200 -n 5000 -H "Cookie: token=eEJelVXgNVHML6uPEhHzpBLFQ8gNlzgkqHRS_1pUPBI" http://localhost:9001/system/role/list
|
||||
|
||||
.PHONY: hey
|
||||
hey:
|
||||
hey -c 200 -n 5000 http://localhost:9001/
|
||||
|
||||
.PHONY: asynqmon
|
||||
asynqmon:
|
||||
asynqmon --redis-addr=127.0.0.1:6379 --redis-db=2 --redis-password=secret --port=8081
|
||||
|
||||
@@ -183,7 +183,7 @@ xm-select .xm-body .xm-option.selected .xm-option-icon { color: var(--global-pri
|
||||
|
||||
.own-pannel {
|
||||
position: relative;
|
||||
border: 1px solid #eee;
|
||||
/*border: 1px solid #eee;*/
|
||||
border-radius: 2px;
|
||||
/*box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);*/
|
||||
background-color: #fff;
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 9.9 MiB After Width: | Height: | Size: 9.9 MiB |
|
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 322 KiB After Width: | Height: | Size: 322 KiB |