Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
아무런 어트리뷰트가 없을시에는 추가는 잘 됩니다.
현재 좀 무식한 방법으로 문자열을 JSON 형태로 만들어서그걸 Golang에 있는 Map에다 넣고 그걸 다시 JSON으로 만들어서 넣는 방식으로 하고 있습니다...
더 나은 방법을 알고 계신분은 얼마든지 말씀해주세요.
현재는 해당 어트리뷰트 타입이 존재할 때 수정을 하는 코드를 작성 중에 있습니다.
저장된 JSON을 다시 Map형태로 바꾸면 이러한 방식으로 저장되어 있는데 원하는 변수에 접근 하기가 어렵네요... Golang의 Map을 잘 아시는 분은 도와주신다면 감사하겠습니다.