RD101 / dotori

Asset management solution
https://sites.google.com/view/lazypic/dotori
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

key, value 옵션이 잘 넘어가도록 추가하기. #1513

Closed khw7096 closed 2 years ago

khw7096 commented 2 years ago
khw7096 commented 2 years ago

이 기능은 나중에 CSI에서 프로젝트 정보, 마감일 설정에 사용할 수 있는 구조가 될 수 있다.

khw7096 commented 2 years ago
[{key: "sdfasf", value: "sad"}, {key: "asdf", value: "add"}, {key: "asdf", value: "asdf"}]
type AutoGenerated []struct {
    Key   string `json:"key"`
    Value string `json:"value"`
}