get.porter.sh/porter@v1.3.0/pkg/porter/service.go (about)

     1  package porter
     2  
     3  type ServiceOptions struct {
     4  	Port        int64
     5  	ServiceName string
     6  }
     7  
     8  func (o *ServiceOptions) Validate() error {
     9  	return nil
    10  }