Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiDadireddy committed Sep 19, 2024
1 parent bb420fe commit e35d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure_targets.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var ErrMissingTargetId = errors.New("required target id missing")

// AccessApplication represents an Access application.
// Target represents an Infrastructure Target.
type Target struct {
Hostname string `json:"hostname"`
ID string `json:"id"`
Expand Down Expand Up @@ -45,7 +45,7 @@ type UpdateInfrastructureTargetParams struct {
ModifyParams InfrastructureTargetParams `json:"modify_params"`
}

// TargetDetailResponse is the API response, containing a single access target.
// TargetDetailResponse is the API response, containing a single target.
type TargetDetailResponse struct {
Result Target `json:"result"`
Response
Expand Down

0 comments on commit e35d0b3

Please sign in to comment.