package storeLink type OpenI struct { } func NewOpenI() *OpenI { return &OpenI{} }