Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Satelitte Struct Publicy Accessable #23

Open
manojpawarsj12 opened this issue Mar 5, 2024 · 0 comments
Open

Make Satelitte Struct Publicy Accessable #23

manojpawarsj12 opened this issue Mar 5, 2024 · 0 comments

Comments

@manojpawarsj12
Copy link

I am currently utilizing the go-satellite package in a project and have encountered a limitation that is impacting my work. Specifically, my use case requires access to the jdsatepoch field in the Satellite struct. However, this field, along with several others, is not publicly accessible.

type Satellite struct {
    Line1 string
    Line2 string
}

At present, only the Line1 and Line2 fields of the Satellite struct are publicly accessible. Here is the current definition of the struct:

For the requirements of my project, I kindly request that all fields of the Satellite struct, including jdsatepoch, be made publicly accessible. This would significantly aid in my project and could potentially benefit other users of the package who may have similar needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant