Documentation ¶
Index ¶
- type FindRequest
- type ReadRequest
- type Service
- func (s *Service) Find(req *FindRequest) ([]*sacloud.PrivateHostPlan, error)
- func (s *Service) FindWithContext(ctx context.Context, req *FindRequest) ([]*sacloud.PrivateHostPlan, error)
- func (s *Service) Read(req *ReadRequest) (*sacloud.PrivateHostPlan, error)
- func (s *Service) ReadWithContext(ctx context.Context, req *ReadRequest) (*sacloud.PrivateHostPlan, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindRequest ¶
type FindRequest struct { Zone string `request:"-" validate:"required"` Names []string `request:"-"` Sort search.SortKeys Count int From int }
func (*FindRequest) ToRequestParameter ¶
func (req *FindRequest) ToRequestParameter() (*sacloud.FindCondition, error)
func (*FindRequest) Validate ¶
func (req *FindRequest) Validate() error
type ReadRequest ¶
type ReadRequest struct { Zone string `request:"-" validate:"required"` ID types.ID `request:"-" validate:"required"` }
func (*ReadRequest) Validate ¶
func (req *ReadRequest) Validate() error
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service provides a high-level API of for PrivateHostPlan
func (*Service) Find ¶
func (s *Service) Find(req *FindRequest) ([]*sacloud.PrivateHostPlan, error)
func (*Service) FindWithContext ¶
func (s *Service) FindWithContext(ctx context.Context, req *FindRequest) ([]*sacloud.PrivateHostPlan, error)
func (*Service) Read ¶
func (s *Service) Read(req *ReadRequest) (*sacloud.PrivateHostPlan, error)
func (*Service) ReadWithContext ¶
func (s *Service) ReadWithContext(ctx context.Context, req *ReadRequest) (*sacloud.PrivateHostPlan, error)
Click to show internal directories.
Click to hide internal directories.