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.
PR 요약
변경 사항 명시
ServerInterface의 Create
CreateRequestString 추가
request.go
/response.go
에 있던 함수를 덜어내고request_response_function.go
를 새로 생성함.Subnet 구조체, 인터페이스 추가
pkg/subnet.go
types/server/subnet.go
NetworkInterface 구조체 수정, 인터페이스 추가
pkg/networkinterface.go
types/server/network.go
AccessControlGroupList 구조체 추가, 인터페이스 추가
pkg/accesscontrolgroup.go
types/server/accesscontrolgroup.go
기타 특이사항
Create 파라미터의 NetworkInterfaceList 구현이 불가피함. NetworkInterfaceList GET 부분 추가 구현해서 별도 PR 올릴 예정.NetworkInterfaceList 관련 필드 정의가 잘못됨. 다시 정의해서 NetworkInterfaceList PR에 포함할 예정